Skip to content

Algo 1/fix vulnerabilities #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 16, 2024
4 changes: 2 additions & 2 deletions angular-spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This Angular application uses the Angular MSAL v2 library to authenticate a user
## Prerequisites

- A Microsoft Entra tenant and the permissions or role required for managing app registrations in the tenant.
- Node.js 16+
- Angular 12
- Node.js ^18.13.0 || ^20.9.0
- Angular 17

## Setup

Expand Down
6 changes: 4 additions & 2 deletions angular-spa/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"development": {
"browserTarget": "angular-msal-example:build:development"
"buildTarget": "angular-msal-example:build:development"
}
},
"defaultConfiguration": "development"
}
}
}
},
"defaultProject": "angular-msal-example"
"cli": {
"analytics": false
}
}
Loading