@ngx-validate/core

This project is still a work-in-progress and, although it works fine, it should be used with caution.

Usage no npm install needed!

<script type="module">
  import ngxValidateCore from 'https://cdn.skypack.dev/@ngx-validate/core';
</script>

README

NgxValidate Core Module

This project is still a work-in-progress and, although it works fine, it should be used with caution.

Quickstart

Just add the core package to your project with either yarn add @ngx-validate/core or npm install @ngx-validate/core and import core module to your main module like this: NgxValidateCoreModule.forRoot()

Further information will be provided soon.

Features

  • Dynamic display of validation errors

  • Support for error blueprints with parameters

  • Separate directives to mark style and render targets in DOM

  • Meaningful defaults, instant start

  • Flexible configuration on module, form group, and form control level

  • Permissive license (MIT)