feat(router): enforce usage of ... syntax for parent to child component routes

This commit is contained in:
Matias Niemelä
2015-06-17 11:57:38 -07:00
parent fa7a3e3449
commit 2d2ae9b8d8
8 changed files with 103 additions and 27 deletions

View File

@ -16,7 +16,7 @@ export class SpyLocation extends SpyObject {
constructor() {
super();
this._path = '/';
this._path = '';
this.urlChanges = [];
this._subject = new EventEmitter();
this._baseHref = '';