leonardochaia / angular-simple-oidc

Observables all the way, expressive errors, simple API. - Code Flow, Refresh Tokens, Session Management
MIT License
3 stars 3 forks source link

Upgrade to Angular 10 #61

Closed ramarivera closed 2 years ago

ramarivera commented 2 years ago

Idea of this PR is to upgrade the Angular version being used by the library from v9 to v10.

As part of the upgrade process, the NG CLI applied the following migration (amongst others) https://v10.angular.io/guide/migration-undecorated-classes. This highlighted 3 NgModules that implemented the OnDestroy lifecycle hook without being actual services. Therefore their responsibilities were split into 5 new daemon services.