@se-ng/validate
v0.0.0-alpha.0
Published
Model driven validation for Angular template forms
Downloads
4
Readme
Validator
This is a library to help you validate your template driven forms. Its currently in ALPHA, use at yor own risk. The reason its still in alpha is because we are still extending the functionality, and there is no documentation just yet.
Installation
To install this library, run:
$ npm install @se-ng/validator@alpha --save
Using it in your project.
// TODO: describe how to use your library in apps