Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ganatan committed May 11, 2023
1 parent 66b088f commit 11dc873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
it's a repo designed to create a **Web Application with Angular 15**


* Frontend - [**Angular 16.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.0**](https://github.com/angular/angular-cli/releases/)
* Frontend - [**Angular 16.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.1**](https://github.com/angular/angular-cli/releases/)

* UI prototype - [**bootstrap 5**](https://v5.getbootstrap.com/docs/5.0/getting-started/download/)

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/modules/general/about/about.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class AboutComponent implements OnInit {
this.loadQuote();

const content =
'Cette application a été développée avec Angular version 16.0.0 et bootstrap 5.2.3' +
'Cette application a été développée avec Angular version 16.0.1 et bootstrap 5.2.3' +
' Elle applique le Routing, le Lazy loading, le Server side rendering et les Progressive Web App (PWA)';

const title = 'angular-starter Title : About Page';
Expand Down

0 comments on commit 11dc873

Please sign in to comment.