ngx-address
Version:
A simple address picker in angular.
17 lines • 590 B
JavaScript
import { NgModule } from '@angular/core';
import { AddressDataKotService } from "./data.service";
export * from './data.service';
var AddressDataKotModule = (function () {
function AddressDataKotModule() {
}
AddressDataKotModule.decorators = [
{ type: NgModule, args: [{
providers: [AddressDataKotService]
},] },
];
/** @nocollapse */
AddressDataKotModule.ctorParameters = function () { return []; };
return AddressDataKotModule;
}());
export { AddressDataKotModule };
//# sourceMappingURL=index.js.map