UNPKG

ng-config-cat

Version:

An Angular service for ConfigCat

8 lines 330 B
import { PollingModeConfiguration } from './polling-mode-configuration'; export class AutoPollingModeConfiguration extends PollingModeConfiguration { constructor(options = {}) { super(options); this.pollIntervalSeconds = options.pollInterval; } } //# sourceMappingURL=auto-polling-mode-configuration.js.map