Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mistakes

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mistakes

[![version](https://img.shields.io/npm/v/ngx-mistakes.svg)](https://www.npmjs.com/package/ngx-mistakes) [![license](https://img.shields.io/npm/l/express.svg)](https://www.npmjs.com/package/ngx-mistakes)

  • 7.0.0
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by28.57%
Maintainers
1
Weekly downloads
 
Created
Source

NgxMistakes

version license

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

FAQs

Package last updated on 01 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc