@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Variable STORAGE_STRATEGYConst

    STORAGE_STRATEGY: InjectionToken<IStorageStrategy> = ...

    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 },
    ]