Summary
Basics
An Angular App. consists mainly of (minimal configuration) :
Root components
* Basic Angular components
* Node libraries
React Third Party components
* Eslint
* Prettier
* Vite.Js
Project Structure
Usually, you'll find this type of basic structure in your root App. folder:
> .vscode
> dist
> node_modules
> public
> src
* .eslintrc.cjs
* .gitignore
* .prettierrc.json
* env.d.ts
* package.json
* package-lock.json
* tsconfig.app.json
* tsconfig.json
* tsconfig.node.json
* tsconfig.vitest.json
* vite.config.ts
* vitest.config.ts
* README.md
Latest Versions
14.0.0
December 02, 2022
13.0.0
June 02, 2022
In order to continue reading this page, you have to login or register first...