UNPKG

ng-config-cat

Version:

An Angular service for ConfigCat

7 lines (6 loc) 468 B
export { AutoPollingModeOptions } from './auto-polling-mode-options.interface'; export { ConfigCatPollingModeConfiguration } from './config-cat-polling-mode-configuration.type'; export { ConfigCatUser } from './config-cat-user.interface'; export { LazyPollingModeOptions } from './lazy-polling-mode-options.interface'; export { NgConfigCatConfiguration } from './ng-config-cat-options.interface'; export { PollingModeOptions } from './polling-mode-options.interface';