@osovitny/anatoly 3.17.46 → 3.17.48
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.
|
@@ -9,9 +9,9 @@ export declare class AppContextService extends ApiServiceBase {
|
|
|
9
9
|
private storageKeyName;
|
|
10
10
|
private subscription;
|
|
11
11
|
private _updated;
|
|
12
|
-
private
|
|
12
|
+
private _userUpdated;
|
|
13
13
|
readonly updated$: import("rxjs").Observable<any>;
|
|
14
|
-
readonly
|
|
14
|
+
readonly userUpdated$: import("rxjs").Observable<any>;
|
|
15
15
|
constructor(http: HttpClient, localStorage: LocalStorageService, sessionStorage: SessionStorageService);
|
|
16
16
|
private fireUpdated;
|
|
17
17
|
protected fireUserUpdated(): void;
|