mumenthalers

Results 12 comments of mumenthalers

yes - it works the same way as `module` (which defaults to `ApiModule`).\ You need to provide a custom name for the `configurationClass` ```json { "$schema": "../node_modules/ng-openapi-gen/ng-openapi-gen-schema.json", "input": "user-api.yaml", "module":...

When providing a template rather than a component type, the `WrapperComponent` is used with it's template part overwritten. @timdeschryver I don't think it would be useful to support `on` and...

@rlexa missed this issue and created a separate one #342, with the same goal but a non-breaking approach by using a `standalone` option. Naming can be discussed, but for sure...

We use angular server side in a AWS Lambda Function and then cache all the responses on the CDN. Therefore we **never** want a Pre-Rendering with SSG and would also...

@alan-agius4 any words on the actual issue? Imo it would really make sense to allow to disable the whole route extraction / SSG step when using SSR.

Yes I know - but this is not a solution as it will slow down the lambda for every cold start..

@alan-agius4 Maybe I miss something but why shouldn't it be possible to simply skip the SSG / "Route extraction" part completely? I mean it was possible before.

I see. not connected to SSG then. But still, it definitely could work without this Route Extraction since it is only used for performance efficiency. For us this "optimization" is...