Jacob Siegle

Results 11 comments of Jacob Siegle

+1 definitely an annoying missing feature. I just changed how my routes work to hack around this for now.

Been a major pain for me also where I needed to role my own custom webpack build solely because packages like https://www.npmjs.com/package/@pdftron/pdfnet-node die due to webpack minification. Duplicated maybe by...

As far as I know what you're trying to do currently isn't supported by the lib. I would just append your dynamic value on after the translation. `this.i18n({ value: 'Showing...

Edit: Looking at it again, provide a constructor that provides the I18n polyfill in ConfirmMatchValidator and it should work.

The error message you pasted says 'Missing translation for message "customId"' which makes it sound like you just need to add the translation in your xlf file by adding 'target'...

I don't believe the HTML is supposed to be translated because you're expected to use the built in angular i18n. Only the calls to the polyfill are translated because that's...

Duplicate I believe - https://github.com/AnomalyInnovations/serverless-bundle/issues/311

Should not have been closed as far as i'm aware there's still no way to do this in PrimeNG you have to write boilerplate like this everytime and pass in...

@Coly010 can you link any follow up on this / where I can continue to track? I'm using apollo-angular and have run into similar issues "app-routing.module.ts:31 Unsatisfied version 0 from...

@kenatwex you can perform this part of the tutorial to get past that error message - https://nx.dev/recipes/module-federation/dynamic-module-federation-with-angular#fetch-and-set-the-remote-definitions It feels weird to have to manually have module-federation.manifest.json and fetch it. Not...