57053: progress menu bar

This commit is contained in:
lotte
2018-11-16 17:00:06 +01:00
parent 0c4784346b
commit cd5c7b72c2
22 changed files with 386 additions and 127 deletions

View File

@@ -17,7 +17,7 @@ export class NavbarComponent {
constructor(
private store: Store<AppState>,
protected windowService: HostWindowService
public windowService: HostWindowService
) {
}