UNPKG

cpf-mask-ng2

Version:
17 lines 504 B
import { CPFMask } from './cpf-mask'; import { NgModule } from '@angular/core'; var CPFMaskModule = (function () { function CPFMaskModule() { } CPFMaskModule.decorators = [ { type: NgModule, args: [{ declarations: [CPFMask], imports: [], exports: [CPFMask], providers: [], },] }, ]; return CPFMaskModule; }()); export { CPFMaskModule }; //# sourceMappingURL=cpf-mask.module.js.map