Skip to content

Commit f56c2a5

Browse files
committed
2025-06-openapi-generator: remove import
1 parent 361e793 commit f56c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-06-openapi-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ provideApi({
223223
For dynamic configuration (e.g. based on an injected service), use Angular's `useFactory` syntax:
224224

225225
```ts
226-
import { provideApi, Configuration } from './shared/book-monkey-api';
226+
import { Configuration } from './shared/book-monkey-api';
227227

228228
export const appConfig: ApplicationConfig = {
229229
providers: [

0 commit comments

Comments
 (0)