Design a site like this with WordPress.com
Get started

Angular JS Project Structure

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

  1. .editorconfig
  2. .gitignore
  3. README.md
  4. angular.json
  5. package.json
  6. package-lock.json
  7. node_modules/
  8. src/
  9. tsconfig.json
  10. 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

  1. source
  2. configuration
  3. End-to-end test

We will cover them in details in upcoming posts which will help you to get more details about configuration files .









Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: