Create a new GlimmerJS component

InstructorBram Borggreve

Share this video with your friends

Send Tweet

In this lesson we will use the ember cli to generate a new component. Running ember g glimmer-component my-component generates the template and component class. We change the content of our component and add it to the main template in order to show it on the page.