UNPKG

angular4-material-table

Version:

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.

17 lines 628 B
import { Injectable } from '@angular/core'; import { FormGroup } from '@angular/forms'; var DefaultValidatorService = /** @class */ (function () { function DefaultValidatorService() { } DefaultValidatorService.prototype.getRowValidator = function () { return new FormGroup({}); }; DefaultValidatorService.decorators = [ { type: Injectable }, ]; /** @nocollapse */ DefaultValidatorService.ctorParameters = function () { return []; }; return DefaultValidatorService; }()); export { DefaultValidatorService }; //# sourceMappingURL=default-validator.service.js.map