Creating project in Angular
- To create angular project type command : ng new “project name”. While doing installation, it will ask some of the question like “do you want to enforce stricter type checking”, “add routing ” or which styling(CSS, SASS and LESS) to be followed in the project. Select “YES” and style as per your need.