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

Update examples to use `standalone`

Open timdeschryver opened this issue 1 year ago • 5 comments

With standalone become more mainstream and the default, I think we should update most of the examples. We can leave one example to use NgModule.

I can help with the migration, but I wanted to verify if this is OK.

timdeschryver avatar Oct 11 '24 19:10 timdeschryver

~~I'm in the middle of refactoring a codebase to standalone. Currently stuck on this step so I'd appreciate an example.~~ Found an example in the docs. Did it for me.

DarkFluid avatar Dec 13 '24 15:12 DarkFluid

https://github.com/FabianGosebrink/doggo-rate-app

https://github.com/FabianGosebrink/doggo-rate-app/blob/main/angular/apps/doggo-rating-app/src/app/app.config.ts

FabianGosebrink avatar Dec 14 '24 13:12 FabianGosebrink

With standalone become more mainstream and the default, I think we should update most of the examples. We can leave one example to use NgModule.

I can help with the migration, but I wanted to verify if this is OK.

That is totally fine. I wanted to migrate this lib to nx. Should we do this before or after? What do you think? @timdeschryver ?

FabianGosebrink avatar Dec 14 '24 14:12 FabianGosebrink

@FabianGosebrink it doesn't matter I think, both are fine. I wanted to start on this, but some things got in between 😅

timdeschryver avatar Dec 14 '24 16:12 timdeschryver

Would love to merge first. Will start next week maybe.

FabianGosebrink avatar Dec 14 '24 16:12 FabianGosebrink