UserStorageService
injectable
Service providing user related remote storage. This service is used load and store user related data from any device.
Methods
Section titled “Methods”getItem
Section titled “getItem”getItem(section: string): Observable<Record | undefined>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| section | string |
setItem
Section titled “setItem”setItem(section: string, data: Record<string | any>): Observable<any>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| section | string | |
| data | Record<string | any> |