Skip to content

Commit 0b7f47b

Browse files
committed
docs: update README for Angular 18 support
- Add Angular 18 as current version in compatibility table - Update installation instructions for Angular 18 - Move Angular 17 to specific version install command
1 parent de42f4a commit 0b7f47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ $ yarn add ngx-ui-loader
4343

4444
| Angular | Installation | Documentation |
4545
| ------------- | ----------------------------------- | --------------------------------------------------------------------- |
46-
| Angular 17 | `npm i --save ngx-ui-loader` | [v17.x.x](https://tdev.app/ngx-ui-loader) |
46+
| Angular 18 | `npm i --save ngx-ui-loader` | [v18.x.x](https://tdev.app/ngx-ui-loader) |
47+
| Angular 17 | `npm i --save ngx-ui-loader@17.0.0` | [v17.x.x](https://tdev.app/ngx-ui-loader) |
4748
| Angular 16 | `npm i --save ngx-ui-loader@16.0.1` | [v16.x.x](https://tdev.app/ngx-ui-loader) |
4849
| Angular 15 | `npm i --save ngx-ui-loader@15.0.0` | [v15.x.x](https://tdev.app/ngx-ui-loader) |
4950
| Angular 14 | `npm i --save ngx-ui-loader@14.0.0` | [v14.x.x](https://tdev.app/ngx-ui-loader) |

0 commit comments

Comments
 (0)