Oz

Results 4 comments of Oz

Hi @JeanMeche , tokens are defined under express.tokens.ts in minimal reproduction (https://github.com/Ozzcer/angular-ssr-di-issue/blob/c08049cc39e2993eff903c29902826a1aa1f7d10/src/express.tokens.ts), this file was created automatically by 'ng update' in our original project and I copied the file over...

Ah ok, got it working now, I have had to run build and run server.mjs independently. Is there a way to get the dev-ssr-server to work with the application output...

Not a fix for the issue but if you want to use esbuild found there is a [browser-esbuild builder](https://angular.io/guide/esbuild#using-the-browser-esbuild-builder) you can drop into an existing angular.json build. If, like myself,...

Is there any reason why these components are automatically skipped? Checking the docs it seems to be either i18n or direct dom manipulation that get skipped. Do these components rely...