You can use the Ember Component Helper like this
{{component "component-name" text="text"}}
But if you want to use it as a block component?
{{#component "component-name"}} text…
{{#component "component-name"}} text
Blockchain Life
07:00 My arm vibrates as my implant wakes me up. The implant was free and every alarm costs 5 ALARM tokens. Good thing I participated in the ICO because those are expensive nowadays. I think of waffles.
07:30 I get in the shower and the water turns on automatically to the exact…
I was having an issue with Ember Init in v2.13.3 where installation with Yarn was failing for some reason.
I assumed that with NPM this problem would be fixed.
The command to do this is:ember init ` — `yarn false