1.

How can we create an application in Angular version 8?

Answer»

We can CREATE an ANGULAR 8 application using the following command

ng new applicationName

To install the Angular CL, we can USE the following command

npm install -g @angular/CLI



Discussion

No Comment Found