Skip to content

Instantly share code, notes, and snippets.

View deepflame's full-sized avatar

Andreas Böhrnsen deepflame

View GitHub Profile
import Ember from 'ember';
import { computed } from '@ember/object';
import { task, timeout } from 'ember-concurrency';
export default Ember.Component.extend({
startValue: 10,
currentValue: null,
init() {