okta-spring-boot-2-angular-9-example icon indicating copy to clipboard operation
okta-spring-boot-2-angular-9-example copied to clipboard

Upgrade to Angular 11 and Spring Boot 2.4

Open mraible opened this issue 5 years ago • 1 comments

This PR is designed to show you how to upgrade this example to use Angular 11 and Spring Boot 2.4. Since this repo has "angular-9" in the title, I don't plan to upgrade it or its blog post.

mraible avatar Nov 12 '20 17:11 mraible

See https://github.com/oktadeveloper/okta-spring-boot-2-angular-9-example/pull/14 to learn how to upgrade to Okta Angular SDK 3.0.1. Or, just run the following on this branch:

ng add @oktadev/[email protected]
# update package.json to have "@okta/okta-angular": "3.0.1"
npm install

mraible avatar Nov 12 '20 18:11 mraible