@osovitny/anatoly 3.17.28 → 3.17.29
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.
|
@@ -4,10 +4,11 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare abstract class ComponentBase implements OnInit, OnDestroy {
|
|
5
5
|
protected isDevMode: boolean;
|
|
6
6
|
protected subs: Subs;
|
|
7
|
-
protected applicationType: any;
|
|
8
7
|
protected dataLoading: boolean;
|
|
9
8
|
protected dataLoaded: boolean;
|
|
10
9
|
protected dataFound: boolean;
|
|
10
|
+
applicationType: any;
|
|
11
|
+
applicationRoot: any;
|
|
11
12
|
classes: string;
|
|
12
13
|
title: string;
|
|
13
14
|
isTitleVisible: boolean;
|