Creating Your First Component
So now that you understand what a component is and how to use it, let’s go ahead and create our first component and add the selector as an HTML element inside the AppComponent html file. The Angular CLI includes a way to generate a new component for you, including all of the files you need…
