UNPKG

ngx-bean-validation

Version:

> Idea was taken from [Bean Validation](https://beanvalidation.org/)

15 lines (14 loc) 650 B
export * from './lib/bean-form-group'; export * from './lib/annotations/disabled'; export * from './lib/annotations/empty-control'; export * from './lib/annotations/max'; export * from './lib/annotations/email'; export * from './lib/annotations/max-length'; export * from './lib/annotations/min'; export * from './lib/annotations/min-length'; export * from './lib/annotations/nested'; export * from './lib/annotations/nested-array'; export * from './lib/annotations/required'; export * from './lib/annotations/required-true'; export * from './lib/annotations/pattern'; export { setSyncValidator, AnnotationFunction } from './lib/annotations/common';