UNPKG

@dagonmetric/ng-config

Version:

Configuration and options service for Angular applications.

28 lines 948 B
/** * @fileoverview added by tsickle * Generated from: http-config/src/http-config-provider-options.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. */ import { InjectionToken } from '@angular/core'; /** * The options for `HttpConfigProvider`. * @record */ export function HttpConfigProviderOptions() { } if (false) { /** * The endpoint url string or InjectionToken. * @type {?} */ HttpConfigProviderOptions.prototype.endpoint; } /** @type {?} */ export const HTTP_CONFIG_PROVIDER_OPTIONS = new InjectionToken('HttpConfigProviderOptions'); //# sourceMappingURL=http-config-provider-options.js.map