Skip to content

Commit 885cab5

Browse files
committed
Update Angular 15.1.2 & React dependencies
1 parent fac789a commit 885cab5

File tree

9 files changed

+3132
-2327
lines changed

9 files changed

+3132
-2327
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 15.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.1**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 15.1.2**](https://github.com/angular/angular/releases) & [**Angular CLI 15.1.3**](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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"assets": [
2424
"src/favicon.ico",
2525
"src/assets",
26-
"src/manifest.webmanifest"
26+
"src/manifest.webmanifest",
27+
"src/sitemap.xml",
28+
"src/robots.txt"
2729
],
2830
"styles": [
2931
"node_modules/@fortawesome/fontawesome-free/css/all.min.css",

0 commit comments

Comments
 (0)