Angular Project Structure & Config files : Angular 15 Tutorial Series

Опубликовано: 28 Февраль 2026
на канале: Bit by Bit Studio
66
5

We develop our applications in the context of an Angular workspace. A workspace contains the files for one or more projects. A project is the set of files that comprise a standalone application or a shareable library. In this video we are going to learn the file structure of an Angular App as well as we will be discussing about all the configuration related files using latest Angular 15 version.

1) Why and how is the .editorconfig file is used.
2) Why do we need .gitignore file in a project?
3) What is the angular.json file and what are things described in it?
4) package.json file and package-lock.json file.
5) What is tsconfig.json file.