Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 345 Bytes

#Introduction

A basic and ugly(visually) router example done using angular 2 component router

Todo: Apply some basic css styles

How to start

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

License

MIT