@resolveio/client-lib-core 21.0.8 → 21.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -766,6 +766,7 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
|
|
|
766
766
|
private auth;
|
|
767
767
|
private _ds;
|
|
768
768
|
private _app;
|
|
769
|
+
private _cdRef;
|
|
769
770
|
dropdowns: QueryList<any>;
|
|
770
771
|
scrollable: ElementRef;
|
|
771
772
|
logo: string;
|
|
@@ -782,7 +783,7 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
|
|
|
782
783
|
scrollRightInterval: any;
|
|
783
784
|
scrollLeftInterval: any;
|
|
784
785
|
isDemo: boolean;
|
|
785
|
-
constructor(_services: ProviderService, auth: AuthService, _ds: DialogService, _app: CoreService);
|
|
786
|
+
constructor(_services: ProviderService, auth: AuthService, _ds: DialogService, _app: CoreService, _cdRef: ChangeDetectorRef);
|
|
786
787
|
ngOnInit(): void;
|
|
787
788
|
ngAfterViewInit(): void;
|
|
788
789
|
logout(): Promise<void>;
|