UNPKG

@karelics/angular-unleash-proxy-client

Version:

Angular wrapper for [unleash-proxy-client](https://github.com/Unleash/unleash-proxy-client-js).

5 lines (4 loc) 293 B
import { EnvironmentProviders, InjectionToken } from '@angular/core'; import { IConfig as UnleashConfig } from 'unleash-proxy-client'; export declare const UNLEASH_CONFIG: InjectionToken<UnleashConfig>; export declare function provideUnleashProxy(config: UnleashConfig): EnvironmentProviders;