Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

DevMoritz/NgTemplate

Repository files navigation

NgTemplate [Updated V9.1.0] [Generated V8.3.5]

This project is a template to get easy started with angular.

Dependencies installation

To install all dependencies run: npm install All dependencies are listet in package.json

Development server

Run ng serve for a local development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

For development build run: ng build For productive build run: ng build --prod

Project structure

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

About

Simple Angular 9.1 Template Application with Module Routing, Navbar & Bootstrap (SCSS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •