Skip to content

Commit

Permalink
Update to Angular 16 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Sami Varis <[email protected]>
Co-authored-by: David Walschots <[email protected]>
  • Loading branch information
3 people committed Jan 16, 2024
1 parent a8849ba commit 568ea58
Show file tree
Hide file tree
Showing 6 changed files with 4,874 additions and 2,260 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.0.0

* add support for Angular 16

## 9.0.0

* add support for Angular 15

## 8.0.0

* add support for Angular 14
* add support for Angular 14
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Reactive Forms validation shouldn't require the developer to write lots of HTML
## Table of contents

* [Installation](#installation)
* [Compatibility](#compatibility)
* [Basic usage](#basic-usage)
* [Advanced validation declaration](#advanced-validation-declaration)
* [Changing when validation messages are displayed](#changing-when-validation-messages-are-displayed)
Expand All @@ -21,8 +22,15 @@ To install this library, run:
npm install angular-reactive-validation --save
```

## Basic usage
## Compatibility
| Angular version | Package version |
| --------------- | --------------- |
| 16 | 10.x |
| 15 | 9.x |
| 14 | 8.x |


## Basic usage
Import the `ReactiveValidationModule`:

```ts
Expand Down
Loading

0 comments on commit 568ea58

Please sign in to comment.