This project is a template to get easy started with angular.
To install all dependencies run:
npm installAll dependencies are listet in package.json
Run
ng servefor a local development server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
For development build run:
ng buildFor productive build run:ng build --prod
For more informations about each file: https://angular.io/guide/file-structure
NgTemplate
│ .editorconfig
│ .gitignore
│ angular.json
│ browserslist
│ karma.conf.js
│ package-lock.json
│ package.json
│ README.md
│ tsconfig.app.json
│ tsconfig.json
│ tsconfig.spec.json
│ tslint.json
│
├───e2e
│ │ protractor.conf.js
│ │ tsconfig.json
│ │
│ └───src
│ app.e2e-spec.ts
│ app.po.ts
│
├───environments
│ environment.prod.ts
│ environment.ts
│
└───src
│ favicon.ico
│ index.html
│ main.ts
│ polyfills.ts
│ styles.scss
│ test.ts
│
├───app
│ │ app-routing.module.ts
│ │ app.component.html
│ │ app.component.scss
│ │ app.component.spec.ts
│ │ app.component.ts
│ │ app.module.ts
│ │
│ ├───components
│ │ └───header
│ │ header.component.html
│ │ header.component.scss
│ │ header.component.spec.ts
│ │ header.component.ts
│ │
│ └───pages
│ └───home
│ page-home.component.html
│ page-home.component.scss
│ page-home.component.spec.ts
│ page-home.component.ts
│ page-home.module.ts
│
├───assets
│
├───environments
│ environment.prod.ts
│ environment.ts
│
└───styles
_b4-override.scss
_global.scss