InterviewSolution
Saved Bookmarks
| 1. |
What is CLI in Angular 2? |
|
Answer» It is a command-line interface which is USED to build angular apps. We can construct & START a project very QUICKLY with the help of CLI. You can download CLI from its official website HTTPS://cli.angular.io The command for INSTALL Angular CLInpm install –g angular-cli Also Read: Front end Developer Interview Questions |
|