UNPKG
ng-form-group-validation
Version:
latest (2.4.0)
2.4.0
2.2.0
2.1.0
2.0.5
2.0.0
1.0.0
0.1.0
0.0.2
0.0.1
A simple validation library for Angular
github.com/tonyshaji/ng-validator
tonyshaji/ng-validator
ng-form-group-validation
/
src
/
public-api.ts
8 lines
(6 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/* * Public API Surface of ng-validation */
export
*
from
'./lib/ng-validation.service'
;
export
*
from
'./lib/ng-validation.component'
;
export
*
from
'./lib/custom-error'
;