UNPKG

ngx-growthbook

Version:
4 lines (3 loc) 212 B
import { InjectionToken } from '@angular/core'; import { NgxGrowthbookConfiguration } from './ngx-growthbook.config'; export declare const NGX_GROWTHBOOK_CONFIG_TOKEN: InjectionToken<NgxGrowthbookConfiguration>;