ACTIVITY 14: Angular Components
Create Components
Use the Angular CLI to generate the components. For each component, you’ll use the following command:
ng generate component component-name
Example:
ng generate component/components displayhelloworld
ng generate component/components...
angularbasicrouting.hashnode.dev25 min read