Skip to content

Commit 3619be9

Browse files
authored
Revise README for Angular and Nx updates
Updated README to reflect changes in Angular CLI usage and removed references to Nx.
1 parent d64e505 commit 3619be9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenIddict BFF security architecture using ASP.NET Core and nx Angular standalone
1+
# OpenIddict BFF security architecture using ASP.NET Core and Angular
22

33
[![.NET and npm build](https://github.com/damienbod/bff-openiddict-aspnetcore-angular/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/bff-openiddict-aspnetcore-angular/actions/workflows/dotnet.yml) [![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/damienbod/bff-openiddict-aspnetcore-angular/blob/main/bff/LICENSE)
44

@@ -9,7 +9,7 @@
99
Start the Angular project from the **ui** folder
1010

1111
```
12-
nx serve --ssl
12+
ng serve --ssl
1313
```
1414

1515
Start the ASP.NET Core projects from the **server** folder and the **identityProvider**
@@ -26,16 +26,17 @@ Or just open Visual Studio and run the solution.
2626
- Yarp.ReverseProxy
2727
- OpenIddict
2828
- ASP.NET Core
29-
- Angular
30-
- Nx
29+
- Angular, Angular CLI
3130
- OpenIddict
3231

3332
## Angular nx Updates
3433

3534
```
36-
nx migrate latest
35+
npm install -g @angular/cli latest
3736
38-
nx migrate --run-migrations=migrations.json
37+
ng update
38+
39+
ng update @angular/cli @angular/core
3940
```
4041

4142
## History

0 commit comments

Comments
 (0)