Implementing the Component
In this lesson, you’ll learn how to create and implement the component for our Ember application.
Defining the component’s properties
The first step is to use an Ember-CLI generator to create a new component with the following command:
ember g component star-rating --with-component-class
Run the terminal widget below to see the output of the above command.
By default, the command only creates the ...
Access this course and 1700+ top-rated courses and projects.