Angular JS project is having multiple files in it.In this post we will understand their types and importance of them.

In Above image there are two types of files
- Workspace configuration files
- Application project files
Workspace configuration file
workspace are having below files
- .editorconfig
- .gitignore
- README.md
- angular.json
- package.json
- package-lock.json
- node_modules/
- src/
- tsconfig.json
- tslint.json
Application project files
There are again different types of files which are getting used to code,test ,run and deploy applications in angular js
Below mentioned folders are clearly mentioned in above image and it also has other files in it
- source
- configuration
- End-to-end test
We will cover them in details in upcoming posts which will help you to get more details about configuration files .