Indexable
[key: string]: any
Constructors
constructor
- new StaticStorage(__storageId: string, parentStorage: any): StaticStorage
-
Parameters
-
__storageId: string
-
parentStorage: any
Properties
Readonly __storageId
__storageId: string
Methods
__get
- __get(type: any, id: any): any
addListener
- addListener(type: string, id: string): void
has
- has<T>(type: string, id: string): boolean
-
Type parameters
Parameters
Returns boolean
listener
- listener<T>(type: string, id: string): Observable<T>
-
Type parameters
Parameters
Returns Observable<T>
of
- of<T>(type: string): Map<string, T>
-
Type parameters
Parameters
Returns Map<string, T>