UNPKG

ddr-example-kzurro

Version:

Aprendiedo a hacer librerias

64 lines (55 loc) 2.37 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) : typeof define === 'function' && define.amd ? define('ddr-example-kzurro', ['exports', '@angular/core'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ddr-example-kzurro'] = {}, global.ng.core)); }(this, (function (exports, i0) { 'use strict'; var DdrExampleService = /** @class */ (function () { function DdrExampleService() { } return DdrExampleService; }()); DdrExampleService.ɵprov = i0.ɵɵdefineInjectable({ factory: function DdrExampleService_Factory() { return new DdrExampleService(); }, token: DdrExampleService, providedIn: "root" }); DdrExampleService.decorators = [ { type: i0.Injectable, args: [{ providedIn: 'root' },] } ]; DdrExampleService.ctorParameters = function () { return []; }; var DdrExampleComponent = /** @class */ (function () { function DdrExampleComponent() { } DdrExampleComponent.prototype.ngOnInit = function () { }; return DdrExampleComponent; }()); DdrExampleComponent.decorators = [ { type: i0.Component, args: [{ selector: 'ddr-example', template: "\n <p>\n ddr-example works!\n </p>\n " },] } ]; DdrExampleComponent.ctorParameters = function () { return []; }; var DdrExampleModule = /** @class */ (function () { function DdrExampleModule() { } return DdrExampleModule; }()); DdrExampleModule.decorators = [ { type: i0.NgModule, args: [{ declarations: [DdrExampleComponent], imports: [], exports: [DdrExampleComponent] },] } ]; /* * Public API Surface of ddr-example */ /** * Generated bundle index. Do not edit. */ exports.DdrExampleComponent = DdrExampleComponent; exports.DdrExampleModule = DdrExampleModule; exports.DdrExampleService = DdrExampleService; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=ddr-example-kzurro.umd.js.map