Package Exports
- angular-validation-summary
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-validation-summary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Angular Validation Summary
A fast, customizable validation summary component for Angular 6/7.
Getting Started
Coming soon!
Development
The main app (angular-validation-summary-srcs) is for building and testing the angular-validation-summary library in the projects folder. I used this story on creating a library as a starting point, and tried to take project structure cues from the Angular Material 2 Project where applicable.
Design Goals
- It should be performant.
- It should work easily out of the box.
- It should be easy to customize.
- It should be well-documented and easy to modify.