Skip to content

Commit cf861b2

Browse files
committed
Update Angular 16.0.0
1 parent 7cdd469 commit cf861b2

18 files changed

+5156
-10490
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it's part of a repo series designed
1313
to create a **Web Application with Angular 14**
1414

1515

16-
* Featuring [**Angular 15.1.2**](https://github.com/angular/angular/releases) & [**Angular CLI 15.1.5**](https://github.com/angular/angular-cli/releases/)
16+
* Featuring [**Angular 16.0.0**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.0.5**](https://github.com/angular/angular-cli/releases/)
1717

1818

1919
* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)

angular/.eslintrc.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"*.html"
3939
],
4040
"extends": [
41-
"plugin:@angular-eslint/template/recommended"
41+
"plugin:@angular-eslint/template/recommended",
42+
"plugin:@angular-eslint/template/accessibility"
4243
],
4344
"rules": {
4445
"no-undefined": "error",
@@ -48,8 +49,8 @@
4849
"id-length": "error",
4950
"newline-before-return": "error",
5051
"space-before-blocks": "error",
51-
"no-alert": "error"
52+
"no-alert": "error"
5253
}
5354
}
5455
]
55-
}
56+
}

0 commit comments

Comments
 (0)