...

/

Curly Braces Component Invocation

Curly Braces Component Invocation

In this lesson, you’ll learn about the use of curly braces in Ember.js.

Component invocation

Up until 3.4, we could not invoke components using the angle-bracket invocation syntax we used throughout the course, like <StarRating ...>. Instead, we needed to use curly braces with the component’s name in its dasherized form.

Invoking the star-rating component with curly braces, aka. ...

Access this course and 1400+ top-rated courses and projects.