Skip to content

Commit 0cecea7

Browse files
committed
Update Angular 19.0.1
1 parent 4b2f656 commit 0cecea7

File tree

74 files changed

+3500
-2744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3500
-2744
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular 18 & React 18 Examples Lazy Loading
1+
# Angular 19 & React 18 Examples Lazy Loading
22

33
<table>
44
<tr>
@@ -10,10 +10,10 @@
1010

1111
it's part of a repo series designed
1212

13-
to create a **Web Application with Angular 18**
13+
to create a **Web Application with Angular 19**
1414

1515

16-
* Featuring [**Angular 18.2.11**](https://github.com/angular/angular/releases) & [**Angular CLI 18.2.11**](https://github.com/angular/angular-cli/releases/)
16+
* Featuring [**Angular 19.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 19.0.2**](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)

frontend-angular/.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ trim_trailing_whitespace = true
1010

1111
[*.ts]
1212
quote_type = single
13+
ij_typescript_use_double_quotes = false
1314

1415
[*.md]
1516
max_line_length = off

frontend-angular/angular.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
{
4343
"type": "anyComponentStyle",
44-
"maximumWarning": "2kB",
45-
"maximumError": "4kB"
44+
"maximumWarning": "4kB",
45+
"maximumError": "8kB"
4646
}
4747
],
4848
"outputHashing": "all"
@@ -110,8 +110,7 @@
110110
},
111111
"cli": {
112112
"schematicCollections": [
113-
"@angular-eslint/schematics"
114-
],
115-
"analytics": false
113+
"angular-eslint"
114+
]
116115
}
117116
}

frontend-angular/eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const eslint = require("@eslint/js");
33
const tseslint = require("typescript-eslint");
44
const angular = require("angular-eslint");
5-
5+
66
module.exports = tseslint.config(
77
{
88
files: ["**/*.ts"],

0 commit comments

Comments
 (0)