Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf861b2

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

18 files changed

+5156
-10490
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /