https://github.com/vjai/angular-custom-validation
Demonstrates how to achieve built-in validation for custom form components in Angular
https://github.com/vjai/angular-custom-validation
angular angular7 typescript
Last synced: about 1 year ago
JSON representation
Demonstrates how to achieve built-in validation for custom form components in Angular
- Host: GitHub
- URL: https://github.com/vjai/angular-custom-validation
- Owner: VJAI
- Created: 2019-02-09T14:38:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T15:52:19.000Z (about 7 years ago)
- Last Synced: 2025-02-02T01:24:12.301Z (about 1 year ago)
- Topics: angular, angular7, typescript
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Validation in Custom Form Components
The goal of this sample is to demonstrate how to achieve displaying validation error messages inside a custom component.