Skip to content

Commit

Permalink
feat: update to angular 13 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Rosas <[email protected]>
  • Loading branch information
jsrosas and jrosas-magaya committed May 13, 2022
1 parent b1f67a6 commit 09cd03e
Show file tree
Hide file tree
Showing 4 changed files with 19,761 additions and 27,148 deletions.
8 changes: 4 additions & 4 deletions angular-reactive-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-reactive-validation",
"description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.",
"version": "6.0.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/davidwalschots/angular-reactive-validation.git"
Expand All @@ -20,9 +20,9 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@angular/core": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/core": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/forms": "^13.0.0",
"rxjs": "^6.5.3"
},
"ngPackage": {
Expand Down
11 changes: 7 additions & 4 deletions angular-reactive-validation/src/public_api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export { ReactiveValidationModule } from './reactive-validation.module';
export { ReactiveValidationModuleConfiguration } from './reactive-validation-module-configuration';
export { Validators } from './validators';
export { ValidatorDeclaration } from './validator-declaration';
export {ReactiveValidationModule} from './reactive-validation.module';
export {ReactiveValidationModuleConfiguration} from './reactive-validation-module-configuration';
export {Validators} from './validators';
export {ValidatorDeclaration} from './validator-declaration';
export {ValidationMessageComponent} from './validation-message/validation-message.component';
export {FormDirective} from './form/form.directive';
export {ValidationMessagesComponent} from './validation-messages/validation-messages.component';
Loading

0 comments on commit 09cd03e

Please sign in to comment.