Skip to content

UserStorageService

injectable

Service providing user related remote storage. This service is used load and store user related data from any device.

getItem(section: string): Observable<Record | undefined>
NameTypeDescription
sectionstring
setItem(section: string, data: Record<string | any>): Observable<any>
NameTypeDescription
sectionstring
dataRecord<string | any>