12.0.0-beta.1 • Published 2 years ago

@novyk/ngfe v12.0.0-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

🧰 ngfe | Angular Forms Extra

WIP

PROTOTYPES TODO

  • fnValidator - run function as validator.
    • Accept array of functions.
  • asyncFnValidator - run function as async validator.
  • validationRef - trigger validation on other form control.
  • formError - display (pick) validation errors.
    • Accept NgModel ref.
  • validationClasses - bind .-invalid, .-valid, ... classes to any parent element based on state of children.
  • formSubmit - mark all fields touched to display errors.
  • formFile - file input handling and customization.
  • FormLeaveGuard - prevent form data loosing.