indorse-extension
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
21 lines • 1.61 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { Injectable } from '@angular/core';
import * as i0 from "@angular/core";
var IndorseExtensionService = /** @class */ (function () {
function IndorseExtensionService() {
}
IndorseExtensionService.decorators = [
{ type: Injectable, args: [{
providedIn: 'root'
},] }
];
/** @nocollapse */
IndorseExtensionService.ctorParameters = function () { return []; };
/** @nocollapse */ IndorseExtensionService.ngInjectableDef = i0.defineInjectable({ factory: function IndorseExtensionService_Factory() { return new IndorseExtensionService(); }, token: IndorseExtensionService, providedIn: "root" });
return IndorseExtensionService;
}());
export { IndorseExtensionService };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kb3JzZS1leHRlbnNpb24uc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2luZG9yc2UtZXh0ZW5zaW9uLyIsInNvdXJjZXMiOlsibGliL2luZG9yc2UtZXh0ZW5zaW9uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRTNDO0lBS0U7SUFBZ0IsQ0FBQzs7Z0JBTGxCLFVBQVUsU0FBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7Ozs7O2tDQUpEO0NBUUMsQUFORCxJQU1DO1NBSFksdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBJbmRvcnNlRXh0ZW5zaW9uU2VydmljZSB7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cbn1cbiJdfQ==