Advertisement

Create a new Project in Angular 8 and a child Component

Create a new Project in Angular 8 and a child Component 1. Create a Angular project

ng new (project_name)

ng serve --open

2. Create a component

ng generate component home

or ng g c home

3. link it to parent component

Angular8,Angular 8,create a angular 8 project,new angular 8 project,create a new component,create a child component,

Post a Comment

0 Comments