Create a Page
Create New Page Component
$ ng generate component {component path}
// or you can use the shorter cammand given below
$ ng g c {component path}$ ng generate component --skipTests=true homeLast updated
Create New Page Component
$ ng generate component {component path}
// or you can use the shorter cammand given below
$ ng g c {component path}$ ng generate component --skipTests=true homeLast updated