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 43f48da commit 8cda076Copy full SHA for 8cda076
blog/2025-06-openapi-generator/README.md
@@ -250,7 +250,7 @@ However, that approach is outside the scope of this article.
250
251
### Legacy Fallback: Still Using NgModules?
252
253
-If you haven't migrated to standalone yet, you can still use the `ApiModule` approach:
+If your project hasn't migrated to standalone yet, you can still use the traditional approach by importing the generated `ApiModule`:
254
255
```ts
256
import { ApiModule } from './shared/book-monkey-api';
0 commit comments