Closed thegnuu closed 2 months ago
I also need this feature. I hope this can be reviewed and merged soon!
Hey there, thanks for opening the PR!
The code of this repository is fully generated, so i'm moving your PR to https://github.com/algolia/api-clients-automation/pull/3785
The addition looks great, I just need to double check if there's potential compatibility issue
When using this library with the newest angular version (v18.2.2), the following error will be thrown.
You can "fix" the issue by using
noImplicitOverride: false
in thetsconfig
, but I guess it would make sense to fix it here...This PR adds the missing
override
property and should fix this issue.