Skip to content

Commit fdcf07c

Browse files
committed
Update Angular 20.0.5 & Angular CLI 20.0.4
1 parent 2b223d2 commit fdcf07c

File tree

7 files changed

+140
-140
lines changed

7 files changed

+140
-140
lines changed

frontend-angular-19/src/app/modules/examples/example-cards/tutorial.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class TutorialComponent implements OnInit {
8383
ngOnInit(): void {
8484

8585
const content =
86-
'Cette application a été développée avec Angular version 18.0.0 et bootstrap 5.3.3' +
86+
'Cette application a été développée avec Angular version 20.0.3 et bootstrap 5.3.7' +
8787
' Elle applique le Routing, le Lazy loading, le Server side rendering et les Progressive Web App (PWA)';
8888

8989
const title = 'angular-starter Title : Angular Page';

frontend-angular-19/src/app/modules/general/about/about.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class AboutComponent implements OnInit {
122122
this.loadQuote();
123123

124124
const content =
125-
'Cette application a été développée avec Angular version 16.1.7 et bootstrap 5.3.2' +
125+
'Cette application a été développée avec Angular version 20.0.4 et bootstrap 5.3.7' +
126126
' Elle applique le Routing, le Lazy loading, le Server side rendering et les Progressive Web App (PWA)';
127127

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

frontend-angular-19/src/environments/environment.common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const appInfo = {
1010

1111
export const applicationBase = {
1212
name: 'angular-starter',
13-
angular: 'Angular 19.2.14',
14-
bootstrap: 'Bootstrap 5.3.6',
13+
angular: 'Angular 20.0.4',
14+
bootstrap: 'Bootstrap 5.3.7',
1515
fontawesome: 'Font Awesome 6.7.2',
1616
};
1717

0 commit comments

Comments
 (0)