I've followed the starter app at: 'Learn in 5 mins' from https://angular.io/. I want to start trying to use the 'new' router, but when I do a:
import {...} from 'angular2/router';
I get a:
error TS2307: Cannot find external module 'angular2/router'.
Can I add this dependency in a manner similar to how angular2 was installed. Namely, similar to:
tsd query angular2 --action install