<h1>ember-pipeline demo</h1>

<p>Try different numerical values in the box below. <code>ember-concurrency</code> task support coming soon!</p>

{{input type="number" value=value}} 
<button onclick={{action "calculate" value}}>Calculate 🚂</button>

<p>
	<strong>Result:</strong>
  {{fizzBuzz.successfulSteps.length}} / {{fizzBuzz.steps.length}} successful steps
</p>
<pre>{{result}}</pre>

{{outlet}}