https://github.com/sonujose/angular2-routing
Example shows basic routing between components in angular 2 latest stable build version
https://github.com/sonujose/angular2-routing
Last synced: 17 days ago
JSON representation
Example shows basic routing between components in angular 2 latest stable build version
- Host: GitHub
- URL: https://github.com/sonujose/angular2-routing
- Owner: sonujose
- Created: 2016-11-30T13:32:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T08:30:53.000Z (over 9 years ago)
- Last Synced: 2025-02-21T19:12:47.873Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2-routing-sample
This is a quick start project for angular2 using systemjs. It implemets a sample app with latest routing module is used for routing between states
## Dependencies
- You must have `node` and `npm` installed
## Getting Started
```bash
git clone https://github.com/sonujose/Angular2-Routing.git
cd Angular2-Routing
npm install
npm start
```