This repository was archived by the owner on Jan 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
projects/ng-bootstrap-form-validation Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33- 10.16.3
4- script : ng build --project ng-bootstrap-form-validation
4+ script : ng build --prod -- project ng-bootstrap-form-validation
55before_deploy : node ./scripts/beforeDeploy && cd dist/ng-bootstrap-form-validation
66deploy :
77 - provider : npm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ An Angular module that makes Bootstrap form validation easy.
88
99Check out [ the demo] ( https://third774.github.io/ng-bootstrap-form-validation ) !
1010
11- * Note: v5 .0.0 is out and supports Angular 8 !*
11+ * Note: v9 .0.0 is out and supports Angular 9 !*
1212
1313## Install
1414
Original file line number Diff line number Diff line change 55 "node" : " >=10.0.0"
66 },
77 "peerDependencies" : {
8- "@angular/common" : " ^8 .0.0" ,
9- "@angular/core" : " ^8 .0.0"
8+ "@angular/common" : " ^9 .0.0" ,
9+ "@angular/core" : " ^9 .0.0"
1010 }
1111}
Original file line number Diff line number Diff line change 33 */
44
55export { ErrorMessage , FormatErrorFunction } from "./lib/Models/error-message" ;
6+ export { FormControlDirective } from "./lib/Directives/form-control.directive" ;
67export {
78 FormValidationDirective
89} from "./lib/Directives/form-validation.directive" ;
You can’t perform that action at this time.
0 commit comments