Skip to content

Commit 1fcd60d

Browse files
committed
Update readme
1 parent c25a017 commit 1fcd60d

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This repository hosts the source code for our .NET User Group Switzerland tour.
3030

3131
[ASP.NET Core/Angular](https://github.com/damienbod/bff-aspnetcore-angular)
3232

33-
![BFF production](https://github.com/secure-web-apps/EndToEndSecurityWeb/blob/main/images/bff-arch-production_01.png)
33+
![BFF production](https://github.com/secure-web-apps/EndToEndSecurityWeb/blob/main/images/bff-arch-production_01.drawio.png)
3434

3535
## Agenda
3636

@@ -58,16 +58,19 @@ This repository hosts the source code for our .NET User Group Switzerland tour.
5858
- authorization
5959
- data requirements
6060

61-
## Angular nx Updates
61+
## Angular CLI Updates
6262

6363
```cmd
64-
nx migrate latest
64+
npm install -g @angular/cli latest
6565
66-
nx migrate --run-migrations=migrations.json
66+
ng update
67+
68+
ng update @angular/cli @angular/core
6769
```
6870

6971
## History
7072

73+
- 2025-10-31 Updated to Angular CLI and Angular 20.3.0, using vite in dev
7174
- 2025-10-31 Updated packages, added terraform, sonar SCA, SAST, improve pipelines
7275
- 2025-08-30 Updated packages, Angular 20
7376
- 2025-01-01 .NET 9, Angular 19

0 commit comments

Comments
 (0)