@open-rlb/ng-app 3.0.4 → 3.0.5
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/index.d.ts
CHANGED
|
@@ -1049,7 +1049,6 @@ declare class AppTemplateComponent implements OnDestroy {
|
|
|
1049
1049
|
get apps(): _open_rlb_ng_app.AppInfo<any>[];
|
|
1050
1050
|
get separatorVisible$(): rxjs.Observable<boolean>;
|
|
1051
1051
|
loginNav(event: MouseEvent): void;
|
|
1052
|
-
private login;
|
|
1053
1052
|
onSideBarItemClick(item: SidebarNavigableItem): void;
|
|
1054
1053
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTemplateComponent, never>;
|
|
1055
1054
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTemplateComponent, "rlb-app-template", never, { "modalContainerId": { "alias": "modal-container-id"; "required": false; }; "toastContainerIds": { "alias": "toast-container-ids"; "required": false; }; }, {}, never, ["*"], false, never>;
|