UNPKG

@codeforges/ng-forms

Version:

Angular 4+ Dynamic form builder, decorate your models to generate forms or create them manually

6 lines 216 B
export class IncompatibleTypeException extends Error { constructor() { super('The types of class field is not compatible with FormFieldType'); } } //# sourceMappingURL=IncompatibleTypeException.js.map