UNPKG

ng-config-cat

Version:

An Angular service for ConfigCat

8 lines 336 B
import { PollingModeConfiguration } from './polling-mode-configuration'; export class LazyPollingModeConfiguration extends PollingModeConfiguration { constructor(options = {}) { super(options); this.cacheTimeToLiveSeconds = options.cacheTimeToLive; } } //# sourceMappingURL=lazy-polling-mode-configuration.js.map