Replies: 1 comment
-
With angular you'll typically import the api module to your module, which will give you access to the different api services within that module. Then through DI you can access them in your different components or services. With standalone it was a little different, in the ApplicationConfig options of the bootstrapApplication function you add a provider for |
Beta Was this translation helpful? Give feedback.
-
I have generated a client from a spec that a server provided.
I chose typescript-angular client.
How do I actually use it?
Is there any documentation?
Beta Was this translation helpful? Give feedback.
All reactions