https://github.com/brandonroberts/router-cli-aot
Router developer guide using AoT compilation
https://github.com/brandonroberts/router-cli-aot
Last synced: 13 days ago
JSON representation
Router developer guide using AoT compilation
- Host: GitHub
- URL: https://github.com/brandonroberts/router-cli-aot
- Owner: brandonroberts
- License: mit
- Created: 2016-08-13T01:25:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T23:52:19.000Z (over 8 years ago)
- Last Synced: 2025-05-12T14:13:53.618Z (13 days ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Router Developer Guide
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.11-webpack.8.
An example of using AoT compilation using the router developer guide code as a base.
## Installation
`npm install`
## AoT Compilation
`npm run ngc`
## Serving
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.