1.

How to create a new component using CLI in Angular 4?

Answer»

To create a new component in ANGULAR 4 USING CLI,

  • OPEN PROJECT Directory
  • Run any one of the below mentioned the syntax

We have the most extensive question bank to help you answer Angular 4 interview questions and answers.

Example

ng component name

or

ng GENERATE component componentname



Discussion

No Comment Found