ng-validator
Version:
Angular validators is an easy way to validate formControls, arrayControls and files controls, this package supports to reactive forms
15 lines • 503 B
JavaScript
import { NgModule } from '@angular/core';
import { FileValueAccessor } from './file-control.directive';
var FileControlModule = (function () {
function FileControlModule() {
}
FileControlModule.decorators = [
{ type: NgModule, args: [{
declarations: [FileValueAccessor],
exports: [FileValueAccessor]
},] },
];
return FileControlModule;
}());
export { FileControlModule };
//# sourceMappingURL=file.control.module.js.map