UNPKG

ngx-forms-builder

Version:

A small library that adds validation with decorators and build angular forms.

10 lines (9 loc) 208 B
export declare enum Validations { REQUIRED = "required", EMAIL = "email", MIN = "min", MAX = "max", PATTERN = "pattern", CUSTOMVALIDATOR = "customValidator", EXCLUDE = "exclude" }