6

Folder Structure of Angular Applications

 3 years ago
source link: https://hackernoon.com/folder-structure-of-angular-applications-9a2234hp
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Folder Structure of Angular Applications

When we create a new angular application then we can see many files in the new application. So today we are all the files of this application one by one. 

0 reactions

e2e - e2e stands for "end to end", this is the place where we can write the end to end test.

0 reactions

node_modules - In this, you can find all the library and packages which are used in the app.

0 reactions

src - This file is very important for development purposes. we are mostly working with this file. this file contains many file like components, assets, environment.

0 reactions
app folderWhich contains all the “modules” and “components” of your angular application. Every application has at least one “module” and one “component”.assets folderIn the asset folder, we can store static assets of our application for example images, icons, and so many things.environment folder
In the environment, we can store configuration settings for different environments. Basically, this folder contains two files: (1)environment.prod.ts - this file for the production environment.(2)Environment.ts - this file for the development environment.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK