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