angular-auth-oidc-client icon indicating copy to clipboard operation
angular-auth-oidc-client copied to clipboard

[Feature Request]: Add support for Angular 17

Open cedbesafilm opened this issue 1 year ago • 6 comments

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

cedbesafilm avatar Nov 10 '23 07:11 cedbesafilm

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 avatar Nov 10 '23 14:11 jdiemke

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

cedbesafilm avatar Nov 10 '23 14:11 cedbesafilm

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

FabianGosebrink avatar Nov 10 '23 14:11 FabianGosebrink

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

timdeschryver avatar Nov 11 '23 18:11 timdeschryver

Just add key main into build object in project file angular.json and it will works inshaAllah,

image

and add

provideHttpClient(withFetch()) in app.config.ts in providers

ABDUGO avatar Dec 05 '23 16:12 ABDUGO

#1884

FabianGosebrink avatar Jan 04 '24 06:01 FabianGosebrink