Angular – Fundamental development steps: create a new (default) component and use it
In Angular, the concept of component is one of the very fundamental ideas. Actually, Components are the most basic UI building blocks of an Angular app. Here, we are going to create and use a simple component .