#Introduction
A basic and ugly(visually) router example done using angular 2 component router
Todo: Apply some basic css styles
git clone https://github.com/ibhi/angular2-router
cd angular2-router
npm install
# If you don't have gulp already installed
npm install -g gulp
gulp build:lib
gulp serve
MIT