I\'m doing the Angular2 5 minute quick start.
About half way through the tutorial now, I have the following files setup correctly:
I used "invalid" import:
import {UrlSegment} from '@angular/router/index';
After removing /index it started to compile again.