fix(router): add an app initializer to trigger initial navigation
Closes #10
This commit is contained in:
@ -307,7 +307,7 @@ describe("Integration", () => {
|
||||
[NavigationEnd, '/user/fedor']
|
||||
]);
|
||||
})));
|
||||
|
||||
|
||||
describe("router links", () => {
|
||||
it("should support string router links",
|
||||
fakeAsync(inject([Router, TestComponentBuilder], (router, tcb) => {
|
||||
|
Reference in New Issue
Block a user