Skip to content

Commit 578b8ba

Browse files
committed
Update Angular version
1 parent adc346a commit 578b8ba

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 16**
1414

15-
* Featuring [**Angular 16.0.0**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.0**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 16.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.1**](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/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-seo',
6-
version: 'Angular 16.0.0',
6+
version: 'Angular 16.0.1',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.4.0',
99
}

angular/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-seo',
6-
version: 'Angular 16.0.0',
6+
version: 'Angular 16.0.1',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.4.0',
99
}

0 commit comments

Comments
 (0)