DaffErrorStorageService
import { DaffErrorStorageService } from '@daffodil/core'
@Injectable()
class DaffErrorStorageService implements DaffPersistenceService {
setItem(
key: string
value: any
): void
getItem(key: string): any
removeItem(key: string): any
clear()
}
Properties
Name | Type | Description |
---|---|---|
setItem | void | |
getItem | any | |
removeItem | any | |
clear |