Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Add support for Angular 17 #1861

Open
cedbesafilm opened this issue Nov 10, 2023 · 6 comments
Open

[Feature Request]: Add support for Angular 17 #1861

cedbesafilm opened this issue Nov 10, 2023 · 6 comments

Comments

@cedbesafilm
Copy link

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

@jdiemke
Copy link

jdiemke commented Nov 10, 2023

Would also be nice to provide examples in the documentation for purely standalone component based angular 17 applications that do not use any modules.

@cedbesafilm
Copy link
Author

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

@FabianGosebrink
Copy link
Collaborator

FabianGosebrink commented Nov 10, 2023

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

@timdeschryver
Copy link
Contributor

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

@ABDUGO
Copy link

ABDUGO commented Dec 5, 2023

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

@FabianGosebrink
Copy link
Collaborator

#1884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants