Skip to content

Commit d8ae1c8

Browse files
committed
Update Angular 19.0.1
1 parent 0d344bf commit d8ae1c8

File tree

146 files changed

+3015
-2467
lines changed

Some content is hidden

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

146 files changed

+3015
-2467
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular 18 & React 18 Examples Bootstrap
1+
# Angular 19 & React 18 Examples Bootstrap
22

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

1111
it's part of a repo series designed
1212

13-
to create a **Web Application with Angular 18**
14-
* Featuring [**Angular 18.2.11**](https://github.com/angular/angular/releases) & [**Angular CLI 18.2.11**](https://github.com/angular/angular-cli/releases/)
13+
to create a **Web Application with Angular 19**
14+
* Featuring [**Angular 19.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 19.0.2**](https://github.com/angular/angular-cli/releases/)
1515

1616

1717
* 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

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"node_modules/@fortawesome/fontawesome-free/css/all.min.css",
3232
"node_modules/bootstrap/dist/css/bootstrap.min.css",
3333
"src/assets/params/css/fonts.googleapis.min.css",
34-
"src/styles.css"
34+
"src/styles.css"
3535
],
3636
"scripts": [
37-
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
37+
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
3838
]
3939
},
4040
"configurations": {
@@ -47,8 +47,8 @@
4747
},
4848
{
4949
"type": "anyComponentStyle",
50-
"maximumWarning": "2kB",
51-
"maximumError": "4kB"
50+
"maximumWarning": "4kB",
51+
"maximumError": "8kB"
5252
}
5353
],
5454
"outputHashing": "all"
@@ -116,8 +116,7 @@
116116
},
117117
"cli": {
118118
"schematicCollections": [
119-
"@angular-eslint/schematics"
120-
],
121-
"analytics": false
119+
"angular-eslint"
120+
]
122121
}
123-
}
122+
}

frontend-angular/eslint.config.js

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