back to home

Ninja-Squad / ngx-valdemort

Simpler, cleaner Angular validation error messages

View on GitHub
205 stars
8 forks
4 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing Ninja-Squad/ngx-valdemort in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Ninja-Squad/ngx-valdemort)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

ngx-valdemort ngx-valdemort gives you simpler, cleaner validation error messages for your Angular components. Why should you care? If you've ever written forms like the following: ngx-valdemort allows writing the above form in a simpler, cleaner way by using the : Even better, you can define default error messages once, and use them everywhere, while still being able to override them when needed: It works with too! Experimental support for signal forms It works with experimental signal forms too! You can use the same directives and components, except for which must be replaced by : Learn more and see it in action on our web page Installation Using the CLI: Using npm: Using yarn: Getting started • Import , and other needed classes from ngx-valdemort • Add the module to the imports of your application module • Use in your forms • Enjoy! Go further: • define default error messages using • configure the look and feel globally by injecting and customizing the service Issues, questions Please, provide feedback by filing issues, or by submitting pull requests, to the Github Project.