We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e793 commit f56c2a5Copy full SHA for f56c2a5
blog/2025-06-openapi-generator/README.md
@@ -223,7 +223,7 @@ provideApi({
223
For dynamic configuration (e.g. based on an injected service), use Angular's `useFactory` syntax:
224
225
```ts
226
-import { provideApi, Configuration } from './shared/book-monkey-api';
+import { Configuration } from './shared/book-monkey-api';
227
228
export const appConfig: ApplicationConfig = {
229
providers: [
0 commit comments