UNPKG

ngx-vest-forms

Version:

Opinionated template-driven forms library for Angular

10 lines (9 loc) 155 B
/** * Validation Options */ export interface ValidationOptions { /** * debounceTime for the next validation */ debounceTime: number; }