An open API service indexing awesome lists of open source software.

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

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
```