Implementing the Component

In this lesson, you’ll learn how to create and implement the component for our Ember application.

We'll cover the following

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.

Get hands-on with 1200+ tech skills courses.