https://github.com/andresaraujo/ng2_dart_router_demo
A basic example of angular 2 router
https://github.com/andresaraujo/ng2_dart_router_demo
Last synced: about 1 month ago
JSON representation
A basic example of angular 2 router
- Host: GitHub
- URL: https://github.com/andresaraujo/ng2_dart_router_demo
- Owner: andresaraujo
- License: bsd-3-clause
- Created: 2015-07-27T17:18:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T23:51:04.000Z (over 9 years ago)
- Last Synced: 2025-01-18T22:58:35.685Z (3 months ago)
- Language: Dart
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 2 for Dart - Router Demo
## Usage
#### Install dependencies
`pub get`
#### Run local web server
`pub serve`
#### open http://localhost:8080/## [Live Demo](https://andresaraujo.github.io/ng2_dart_router_demo)