This is currently a bug present in the Angular 2 RC Router https://github.com/angular/angular/issues/8409.
As mentioned in the GitHub issue, to get around it you can either inject the router into AppComponent
or just put an empty router link (<a [routerLink]="['/']"></a>
) into your template.