Filip Voska

Results 10 comments of Filip Voska

https://github.com/infinum/datx/blob/master/packages/datx-jsonapi-angular/package.json and https://github.com/infinum/datx/blob/master/packages/datx-jsonapi-angular/projects/datx-jsonapi-angular/package.json have been updated in #966 to make the use cases for these two separate package.json files clearer. `projects/datx-jsonapi-angular/package.json ` is used for publishing to npm and has...

We can investigate the disappearance of the angular package later on and re-add it

I think we could move this to some framework-agnostic part, this makes sense for Angular as well

@isBatak we don't have polymorphic components, but in the example of button link component that can be rendered either as a `button` or `a`, in Angular it is solved by...

Is there some FE lib that we are ok with using for standard OIDC flows? I can speak for Angular that, if using AD, MSAL makes most sense. For other...

I have re-generated the lock file and the issue was resolved for me this way. I am not 100% sure what is the root issue, but it broke for me...

@isBatak this has been opened for a while. I am fine with the proposal, so if there are no additional comments from others, I think we can merge.

Nope, this requires changes in how husky is set up (linked docs above, but didn't have time to change the config). #1099 just regenerates lock file to fix #1097

@isBatak clean-packages solves only part of the issue - it strips package.json that gets published to NPM. However, you still have to take care of some things manually yourself: -...