mic-ciudades-dane
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.
64 lines (55 loc) • 2.48 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
typeof define === 'function' && define.amd ? define('mic-ciudades-dane', ['exports', '@angular/core'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['mic-ciudades-dane'] = {}, global.ng.core));
}(this, (function (exports, i0) { 'use strict';
var MicCiudadesDaneService = /** @class */ (function () {
function MicCiudadesDaneService() {
}
return MicCiudadesDaneService;
}());
MicCiudadesDaneService.ɵprov = i0.ɵɵdefineInjectable({ factory: function MicCiudadesDaneService_Factory() { return new MicCiudadesDaneService(); }, token: MicCiudadesDaneService, providedIn: "root" });
MicCiudadesDaneService.decorators = [
{ type: i0.Injectable, args: [{
providedIn: 'root'
},] }
];
MicCiudadesDaneService.ctorParameters = function () { return []; };
var MicCiudadesDaneComponent = /** @class */ (function () {
function MicCiudadesDaneComponent() {
}
MicCiudadesDaneComponent.prototype.ngOnInit = function () {
};
return MicCiudadesDaneComponent;
}());
MicCiudadesDaneComponent.decorators = [
{ type: i0.Component, args: [{
selector: 'mic-mic-ciudades-dane',
template: "\n <p>\n mic-ciudades-dane works!\n </p>\n "
},] }
];
MicCiudadesDaneComponent.ctorParameters = function () { return []; };
var MicCiudadesDaneModule = /** @class */ (function () {
function MicCiudadesDaneModule() {
}
return MicCiudadesDaneModule;
}());
MicCiudadesDaneModule.decorators = [
{ type: i0.NgModule, args: [{
declarations: [MicCiudadesDaneComponent],
imports: [],
exports: [MicCiudadesDaneComponent]
},] }
];
/*
* Public API Surface of mic-ciudades-dane
*/
/**
* Generated bundle index. Do not edit.
*/
exports.MicCiudadesDaneComponent = MicCiudadesDaneComponent;
exports.MicCiudadesDaneModule = MicCiudadesDaneModule;
exports.MicCiudadesDaneService = MicCiudadesDaneService;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=mic-ciudades-dane.umd.js.map