UNPKG

@dagonmetric/ng-config-firebase-remote-config

Version:

Google Firebase Remote Config integration of @dagonMetric/ng-config for Angular applications.

19 lines 846 B
/** * @fileoverview added by tsickle * Generated from: src/index.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @license * Copyright DagonMetric. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found under the LICENSE file in the root directory of this source tree. */ /** * Entry point for all public APIs of the ng-config-firebase-remote-config package. */ export { FirebaseRemoteConfigProvider } from './firebase-remote-config-provider'; export { FIREBASE_REMOTE_CONFIG_PROVIDER_OPTIONS } from './firebase-remote-config-provider-options'; export { FirebaseRemoteConfigProviderModule } from './firebase-remote-config-provider.module'; //# sourceMappingURL=index.js.map