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

Upgrade to Angular 6

Open mraible opened this issue 5 years ago • 0 comments

This pull request shows the changes it takes to update this project to use Angular 6. I created this branch by installing the latest version of Angular CLI.

npm install -g @angular/[email protected]

Then I created a project in my home directory:

ng new client

Finally, I used SmartSynchronize to compare the files and change things.

NOTE: If you start with Angular CLI v6, the only thing you need to do to make the client's code work is install rxjs-compat:

npm install rxjs-compat

mraible avatar Aug 24 '18 18:08 mraible