angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
[Feature Request]: Add support for Angular 17
Is your feature request related to a problem? Please describe. Angular has been updated to version 17 while in package.json the dependency marks version 16
Describe the solution you'd like
Update the dependencies in the package.json file
Additional context Angular has been updated to version 17
Would also be nice to provide examples in the documentation for purely standalone component based angular 17 applications that do not use any modules.
Would also be nice to provide examples inb the documentation for purely standalone component based angular 17 applications that do not use any modules.
https://angular-auth-oidc-client.com/docs/migrations/v15-to-v16
https://github.com/FabianGosebrink/doggo-rate-app
✅ Cross Platform (Have to fix mobile tho 😉 ) ✅ Signals ✅ Control Flow Syntax ✅ Angular 17 ✅ All Standalone Components ✅ Nx workspace ✅ Architecture ✅ State Management with NgRx ✅ Functional APIs ✅ Authentication with this lib
Would also be nice to provide examples in the documentation for purely standalone component based angular 17 applications that do not use any modules.
@jdiemke we forgot to add it to the samples docs, but you can find the standalone sample in https://github.com/damienbod/angular-auth-oidc-client/tree/main/projects/sample-code-flow-standalone
Just add key main
into build
object in project file angular.json
and it will works inshaAllah,
and add
provideHttpClient(withFetch())
in app.config.ts
in providers
#1884