Understanding Angular Project Structure & Configuration

Gauraw Singh
4 min readOct 15, 2019

In this article we will understand the angular project structure and we will also see few angular cli command to work with the project.

#To create a new project use below mentioned cli command ng new <<Project name>>

Now lets understand the project which got created and each file and use of the file in details.

--

--