I am migrating an angular2 app to RC2 and trying to use the router\'s version 3 alpha.
I have followed the set up of the plunker given by the angular docs for routin
You need to add this line as @angular/router No umd for router yet
packages['@angular/router'] = { main: 'index.js', defaultExtension: 'js' };
Have a look package.json and system.config.js of this is , may help you
http://plnkr.co/edit/y31K7xbiQSVH59qsAOZF?p=preview