You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose the enhancement of a standalone flag for the config.
When the standalone flag is set, instead of generating a module file and class, I suggest exporting a provideApiConfiguration function. This would align with the trend of Angular standalone components and make the code more modular.
Key changes:
When standalone is true, omit module generation and export provideApiConfiguration function instead
Keep the existing behavior for standalone being false (generate a full module)
I'd be happy to implement this feature. Please let me know if this is something you'd be open to considering.
The text was updated successfully, but these errors were encountered:
I'd like to propose the enhancement of a
standalone
flag for the config.When the
standalone
flag is set, instead of generating a module file and class, I suggest exporting aprovideApiConfiguration
function. This would align with the trend of Angular standalone components and make the code more modular.Key changes:
standalone
is true, omit module generation and export provideApiConfiguration function insteadI'd be happy to implement this feature. Please let me know if this is something you'd be open to considering.
The text was updated successfully, but these errors were encountered: