Skip to content

Commit 02834f9

Browse files
committed
Update Angular 14.0.3 & fix key props on React
1 parent c8ff727 commit 02834f9

File tree

12 files changed

+329
-293
lines changed

12 files changed

+329
-293
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's part of a repo series designed
1212

1313
to create a **Web Application with Angular 14**
1414

15-
* Featuring [**Angular 14.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.2**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.3**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.2**](https://github.com/angular/angular-cli/releases/)
1616

1717

1818
* 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/angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"src/assets/params/css/fonts.googleapis.min.css",
3333
"src/styles.css"
3434
],
35-
"scripts": []
35+
"scripts": [
36+
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
37+
]
3638
},
3739
"configurations": {
3840
"production": {
@@ -117,4 +119,4 @@
117119
"cli": {
118120
"defaultCollection": "@angular-eslint/schematics"
119121
}
120-
}
122+
}

0 commit comments

Comments
 (0)