#angularcli #angular13 #nihiratechiees
Angular 13 tutorial . this part - 5 explains below the topics
1, What is component
2, how to create component
3, how to use component
4, types of component
1, Inline Style component
2, Inline Template component
3, Inline Style & Inline Template component
Important Links
================
https://angular.io/cli - official angular website
Important commands
=======================
1, Inline Style - ng g c customer --inline-style
2, Inline Template - ng g c supplier --inline-template
3, Inline Style & Inline Template
ng g c user --inline-style --inline-template
4, Create component - ng g c component-name