How to use the ember-lifeline.runDisposables function in ember-lifeline

To help you get started, we’ve selected a few ember-lifeline examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nano-wallet-company / nano-wallet-desktop / app / components / account-carousel / component.js View on Github external
destroySwiper() {
    const swiperInstance = this.get('swiperInstance');
    if (swiperInstance) {
      runDisposables(swiperInstance);
      this.set('swiperInstance', null);
    }
  }

ember-lifeline

Ember.js addon for lifecycle aware async tasks and DOM events.

MIT
Latest version published 1 year ago

Package Health Score

57 / 100
Full package analysis