Skip to content

Commit f249d88

Browse files
authored
Merge pull request #112 from szymonhel/master
Angular 14 version update
2 parents 4202fb5 + 1fc417f commit f249d88

File tree

6 files changed

+18251
-2772
lines changed

6 files changed

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

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@
158158
}
159159
}
160160
},
161-
"defaultProject": "ngx-ui-loader-app",
162161
"cli": {
163-
"defaultCollection": "@angular-eslint/schematics"
162+
"schematicCollections": [
163+
"@angular-eslint/schematics"
164+
]
164165
}
165166
}

0 commit comments

Comments
 (0)