UNPKG

@foblex/platform

Version:

An Angular library providing a set of services for supporting server-side rendering (SSR) and other features.

4 lines (3 loc) 168 B
import { InjectionToken } from '@angular/core'; import { ILocalStorage } from './i-local-storage'; export declare const F_LOCAL_STORAGE: InjectionToken<ILocalStorage>;