Anatomie
.angular/
.vscode/
node_modules/
src
├── app
│ ├── app.component.css
│ ├── app.component.html
│ ├── app.component.spec.ts
│ ├── app.components.ts
│ ├── app.config.ts
│ └── app.routes.ts
├── assets/
├── favicon.ico
├── index.html
├── main.ts
└── styles.css
.editorconfig
.gitignore
angular.json
package.json
package-lock-json
README.md
tsconfig.app.json
tsconfig.json
tsconfig.spec.jsonsrc
srcErstellung der Anwendung
Globale Styles
app
appRoot-Komponente
Tests
Konfigurationsdateien
Routingkonfiguration
Anwendungskonfiguration
assets
assetsdist
distLast updated