Skip to content

Commit 09cd03e

Browse files
feat: update to angular 13 (#36)
Co-authored-by: Jose Rosas <[email protected]>
1 parent b1f67a6 commit 09cd03e

File tree

4 files changed

+19761
-27148
lines changed

4 files changed

+19761
-27148
lines changed

angular-reactive-validation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-reactive-validation",
33
"description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.",
4-
"version": "6.0.0",
4+
"version": "7.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/davidwalschots/angular-reactive-validation.git"
@@ -20,9 +20,9 @@
2020
"private": false,
2121
"dependencies": {},
2222
"peerDependencies": {
23-
"@angular/core": "^12.0.0",
24-
"@angular/common": "^12.0.0",
25-
"@angular/forms": "^12.0.0",
23+
"@angular/core": "^13.0.0",
24+
"@angular/common": "^13.0.0",
25+
"@angular/forms": "^13.0.0",
2626
"rxjs": "^6.5.3"
2727
},
2828
"ngPackage": {
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
export { ReactiveValidationModule } from './reactive-validation.module';
2-
export { ReactiveValidationModuleConfiguration } from './reactive-validation-module-configuration';
3-
export { Validators } from './validators';
4-
export { ValidatorDeclaration } from './validator-declaration';
1+
export {ReactiveValidationModule} from './reactive-validation.module';
2+
export {ReactiveValidationModuleConfiguration} from './reactive-validation-module-configuration';
3+
export {Validators} from './validators';
4+
export {ValidatorDeclaration} from './validator-declaration';
5+
export {ValidationMessageComponent} from './validation-message/validation-message.component';
6+
export {FormDirective} from './form/form.directive';
7+
export {ValidationMessagesComponent} from './validation-messages/validation-messages.component';

0 commit comments

Comments
 (0)