We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8d30a commit e6b42fdCopy full SHA for e6b42fd
projects/common/src/utilities/browser/storage/local-storage.ts
@@ -1,6 +1,6 @@
1
import { Injectable, Optional } from '@angular/core';
2
-import { AbstractStorage, ScopedStorageConfiguration } from './abstract-storage';
3
import { Observable } from 'rxjs';
+import { AbstractStorage, ScopedStorageConfiguration } from './abstract-storage';
4
5
@Injectable({ providedIn: 'root' })
6
export class LocalStorage extends AbstractStorage {
0 commit comments