progress vertical menu

This commit is contained in:
lotte
2018-11-14 15:56:23 +01:00
parent 17239cd1be
commit 0c4784346b
36 changed files with 390 additions and 1584 deletions

View File

@@ -49,7 +49,7 @@ describe('NavbarComponent', () => {
comp = fixture.componentInstance;
store = fixture.debugElement.injector.get(Store) as Store<HeaderState>;
store = fixture.debugElement.injector.get(Store) as Store<NavbarState>;
spyOn(store, 'dispatch');
});