mgechev / dynamic-route-creator

[DEPRECATED] Demo for dynamically defining routes in Angular 2
MIT License
19 stars 16 forks source link

Introduction

The demo is based on the angular2-seed project and my blog post "Dynamically Configuring the Angular's Router".

In order to run it use:

git clone https://github.com/mgechev/dynamic-route-creator
cd dynamic-route-creator
npm install
npm start