mic-ciudades-dane
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.
51 lines (44 loc) • 1.37 kB
JavaScript
import { ɵɵdefineInjectable, Injectable, Component, NgModule } from '@angular/core';
class MicCiudadesDaneService {
constructor() { }
}
MicCiudadesDaneService.ɵprov = ɵɵdefineInjectable({ factory: function MicCiudadesDaneService_Factory() { return new MicCiudadesDaneService(); }, token: MicCiudadesDaneService, providedIn: "root" });
MicCiudadesDaneService.decorators = [
{ type: Injectable, args: [{
providedIn: 'root'
},] }
];
MicCiudadesDaneService.ctorParameters = () => [];
class MicCiudadesDaneComponent {
constructor() { }
ngOnInit() {
}
}
MicCiudadesDaneComponent.decorators = [
{ type: Component, args: [{
selector: 'mic-mic-ciudades-dane',
template: `
<p>
mic-ciudades-dane works!
</p>
`
},] }
];
MicCiudadesDaneComponent.ctorParameters = () => [];
class MicCiudadesDaneModule {
}
MicCiudadesDaneModule.decorators = [
{ type: NgModule, args: [{
declarations: [MicCiudadesDaneComponent],
imports: [],
exports: [MicCiudadesDaneComponent]
},] }
];
/*
* Public API Surface of mic-ciudades-dane
*/
/**
* Generated bundle index. Do not edit.
*/
export { MicCiudadesDaneComponent, MicCiudadesDaneModule, MicCiudadesDaneService };
//# sourceMappingURL=mic-ciudades-dane.js.map