DaffLocalStorageService
Properties
Name | Type | Description |
---|---|---|
setItem | void | Persist the given item into local storage. |
getItem | any | Retrieve the given item from localstorage. |
removeItem | any | Remove a given item from localstorage |
clear |
Name | Type | Description |
---|---|---|
setItem | void | Persist the given item into local storage. |
getItem | any | Retrieve the given item from localstorage. |
removeItem | any | Remove a given item from localstorage |
clear |