
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@ngx-validate/core
Advanced tools
This project is still a work-in-progress and, although it works fine, it should be used with caution.
yarn add @ngx-validate/core
or
npm install @ngx-validate/core
Import core module to your main module as follows:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { NgxValidateCoreModule } from '@ngx-validate/core';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, AppRoutingModule, ReactiveFormsModule, NgxValidateCoreModule.forRoot()],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
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)
FAQs
<img src="https://api.codeclimate.com/v1/badges/1
The npm package @ngx-validate/core receives a total of 5,313 weekly downloads. As such, @ngx-validate/core popularity was classified as popular.
We found that @ngx-validate/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.