You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a responsive (mobile first) boilerplate single page app in Angular (v2+). It includes basic features to get a scalable single page application started.
Note: I will try to keep this project up to date with the latest Angular CLI releases. However, if you find that the project's CLI version does not match your global version, you can update the CLI by following the instructions here.
Setup and Installation
Make sure dependencies are installed and clone the project.
Run $ npm install from root.
Run
Run $ ng serve to serve the project.
Lint
Run $ ng lint --type-check to lint the project.
Changelog
6/17/17: Several updates and changes: use off-canvas nav always, improved modularity of styles, update to @angular/cli v1.1.2
4/28/17: Update to @angular/cli v1.0.1
3/27/17: Update to @angular/cli v1.0.0
3/24/17: Update to Angular v4.0.0.
2/20/17: Update to angular-cli v1.0.0-beta32.3.
2/9/17: Update to Angular v2.4.7 and angular-cli v1.0.0-beta30.
1/31/17: Update to Angular v2.4.5 and angular-cli v1.0.0-beta26.
11/29/16: Update README with Node.js dependency version.
11/28/16: Move app.module.ts file into root of src/app folder to fix CLI generate command