Skip to content

Commit b55e038

Browse files
authored
Update README.md
1 parent 81a35d5 commit b55e038

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,25 @@ This library supports many different Angular Versions. If you wish to use this l
1818
| 7.5.0 | 17 | 5.x |
1919
| 8.0.0 | 18 | 5.x |
2020
| 9.0.0 | 19 | 5.x |
21+
| 10.0.0 | 20 | 5.x |
2122

2223
_*Note: The formiojs namespace changes from formiojs (4.x) to @formio/js (5.x)_
2324

24-
## Angular 17
25-
Angular 17 versions are currently released as "latest" so you can install with Angular 17 with the following commands.
25+
## Angular 19
26+
Angular 19 versions are currently released as "latest" so you can install with Angular 19 with the following commands.
2627

2728
### NPM
2829
npm install --save @formio/angular
2930

3031
### Yarn
3132
yarn add --save @formio/angular
3233

33-
## Angular 16
34+
## Angular 18
3435
### NPM
35-
npm install --save @formio/angular@a16
36+
npm install --save @formio/angular@a18
3637

3738
### Yarn
38-
yarn add --save @formio/angular@a16
39+
yarn add --save @formio/angular@a18
3940

4041
Running Demo
4142
--------------------------

0 commit comments

Comments
 (0)