Const
Injection token for the storage strategy.
Defaults to LocalStorageStrategy. Override at the application root to swap in a different backend:
providers: [ { provide: STORAGE_STRATEGY, useClass: MyCustomStrategy },] Copy
providers: [ { provide: STORAGE_STRATEGY, useClass: MyCustomStrategy },]
Injection token for the storage strategy.
Defaults to LocalStorageStrategy. Override at the application root to swap in a different backend: