📁 angular-app
├─📁 .vscode
├─📁 public
│ └─📄 favicon.ico
├─📁 src
│ ├─📁 app
│ │ ├─📄 app.component.css
│ │ ├─📄 app.component.html
│ │ ├─📄 app.component.spec.ts
│ │ ├─📄 app.component.ts
│ │ ├─📄 app.config.ts
│ │ └─📄 app.routes.ts
│ ├─📄 index.html
│ ├─📄 main.ts
│ └─📄 styles.css
├─📄 .editorconfig
├─📄 .gitignore
├─📄 angular.json
├─📄 package.json
├─📄 README.md
├─📄 tsconfig.app.json
├─📄 tsconfig.json
└─📄 tsconfig.spec.json
angular-app ├─ .vscode ├─ public │ └─ favicon.ico ├─ src │ ├─ app │ │ ├─ app.component.css │ │ ├─ app.component.html │ │ ├─ app.component.spec.ts │ │ ├─ app.component.ts │ │ ├─ app.config.ts │ │ └─ app.routes.ts │ ├─ index.html │ ├─ main.ts │ └─ styles.css ├─ .editorconfig ├─ .gitignore ├─ angular.json ├─ package.json ├─ README.md ├─ tsconfig.app.json ├─ tsconfig.json └─ tsconfig.spec.json