johannks

Results 7 comments of johannks

Hello Martin It is not the build process itself that we aim to optimise. It will be slower, but the minification of seven language files is done in a fraction...

Forgot to mention that this would be another support tool / command, and not an option to `xliffmerge`, since the normal offline XLIFFs are needed for translation and the minification...

@GeorgDangl, in our setup (following the instructions in [@ngx-translate/i18n-polyfill](https://github.com/ngx-translate/i18n-polyfill#how-to-use)) it does get included into the `main.js`. As a matter of fact, I only just now noticed that ALL our 7...

My workaround was to create a constructor in the child, which re-declared and re-imported all injectables. It then only calls super(...) to invoke the parent's constructor.

This will not solve #572 since the system print dialog will typically be open longer than 1 second.

It could be related to #572. We have downgraded to v1.4.0 - before the problematic commit 72d3b78 (Remove print iframe from DOM once job is complete) - and with that...

I've done some tests and can confirm that the issue started with commit 72d3b78 (Remove print iframe from DOM once job is complete) first made available in v1.5.0. We will...