Routing
// index.html
<head>
<base href='/'>
</head>
<script src='node_modules/angular2/bundles/router.dev.js'/>
In boot.ts
import {ROUTER_PROVIDERS} from 'angular2/router'
bootstrap(AppComponent, [ROUTER_PROVIDERS]);
Last updated
Was this helpful?