Skip to content

Commit e5db48e

Browse files
authored
Merge pull request #131 from t-ho/upgrade/angular-15
Upgrade/angular 15
2 parents 4e7a2c2 + 965c511 commit e5db48e

File tree

12 files changed

+11507
-20767
lines changed

12 files changed

+11507
-20767
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [18.x, 20.x, 22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ testem.log
4040
# System files
4141
.DS_Store
4242
Thumbs.db
43+
.eslintcache

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 14 | `npm i --save ngx-ui-loader` | [v14.x.x](https://tdev.app/ngx-ui-loader) |
46+
| Angular 15 | `npm i --save ngx-ui-loader` | [v15.x.x](https://tdev.app/ngx-ui-loader) |
47+
| Angular 14 | `npm i --save [email protected]` | [v14.x.x](https://tdev.app/ngx-ui-loader) |
4748
| Angular 13 | `npm i --save [email protected]` | [v13.x.x](https://tdev.app/ngx-ui-loader) |
4849
| Angular 11 | `npm i --save [email protected]` | [v11.x.x](https://tdev.app/ngx-ui-loader) |
4950
| Angular 10 | `npm i --save [email protected]` | [v10.x.x](https://tdev.app/ngx-ui-loader) |

0 commit comments

Comments
 (0)