Folder Structure of Angular Application|Node module| Src| E2E | Package.json | Angular.json | Part 4

Publié le: 14 août 2022
sur la chaîne: Code with Salman
425
4

e2e Folder:
e2e stands for end-to-end testing. This is not for testing your application functionality (it is not for unit testing) rather it is used for testing the user behavior when it is deployed on the production server. That means it will monitor who visits your application, which users log in to your application, how much time they stay in your application, how many pages a user visits within your application, when the user logout from your application, etc. Please have a look at the e2e folder content.
node_modules Folder:
This folder contains the packages (folders of the packages) which are installed into your application when you created a project in angular. If you installed any third-party packages then also their folders are going to be stored within this node_modules folder.
src Folder:
This is the source folder of our angular application. That means this is the place where we need to put all our application source code. So, every component, service class, modules, everything we need to put in this folder only. Whenever we create an angular project, by default the angular framework creates lots of files folder within the src folder


Sur cette page du site, vous pouvez voir la vidéo en ligne Folder Structure of Angular Application|Node module| Src| E2E | Package.json | Angular.json | Part 4 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code with Salman 14 août 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 425 fois et il a aimé 4 téléspectateurs. Bon visionnage!