fix(router): add an app initializer to trigger initial navigation

Closes #10
This commit is contained in:
vsavkin
2016-06-06 14:05:57 -07:00
parent 5742d4720a
commit b0e7c14545
3 changed files with 13 additions and 4 deletions

View File

@ -307,7 +307,7 @@ describe("Integration", () => {
[NavigationEnd, '/user/fedor']
]);
})));
describe("router links", () => {
it("should support string router links",
fakeAsync(inject([Router, TestComponentBuilder], (router, tcb) => {