rockandrollwithemberjs / rarwe-issues

Errata and updates for the Rock and Roll with Ember.js book
https://rockandrollwithemberjs.com
43 stars 4 forks source link

Page 101 `ember g component star-rating` no longer creates the js file #453

Closed lenoraporter closed 2 years ago

lenoraporter commented 4 years ago

You'll need to run ember generate component-class star-rating

balinterdi commented 4 years ago

It seems like up to 3.14 ember generate component creates both files so in the pre-Octane book, the command in the book should be fine, I think.

I'm writing the Octane book now and there, I indeed need to generate the component class (or just use the --with-component-class switch).

lenoraporter commented 4 years ago

Looks like I'm jumping the gun! I can't wait to jump into the Octane book. Thanks a ton :)