NgxMistakes
ngx-mistakes
A declarative validation errors module for reactive forms based on module the by
Ultimate Angular
Overview
What is it?
The aim of this package is to be backwards compatible with ngx-errors, but solving the issues related to rxjs on Angular 7, since they seem to have abandoned the project.
Just replace the name of the package in your imports and every should working like before.
In the following days we will be adding some extra features to address some issues working with form group arrays.
Installation
npm i ngx-mistakes
Setup
Just add ngx-mistakes to your module:
import { NgxErrorsModule } from 'ngx-mistakes';
@NgModule({ imports: [ NgxErrorsModule ] })
Documentation
Please, check the original documentation at: Ultimate Angular
License
MIT © Ricardo Sánchez Gregorio