Andrei Diaconescu

Results 8 comments of Andrei Diaconescu

Hello, I have similar problem, I have existing translation files, which contain already translations, and i want to extract all keys and merge where the translation already exists; But it...

hello @char0n thank you, i tried the solution you proposed: - i used this same config file as above, but i only added the flush file as in https://github.com/char0n/i18next-test/blob/master/src/i18n/scanner.config.js: ```...

hello, what is the status of this feature: can we receive typing events in the Application Service ?

> #2415 fixes this PR 2415 seems to not exist ? is there a fix for this issue, or is the js SDK not usable at the moment ? thank...

Hello, the default Angular cli does not have a separate webpack config. I managed to use image-minimizer-webpack-plugin by using the file custom-webpack.config.js referenced in the angular.json file: **angular.json**: ``` ...................

For me it worked, the solution from previous comment.

this issue reproduces for me too: i upgraded to angular 15, and bootstrap 5, and i started getting this error: ...ERROR TypeError: this.$(...).ionRangeSlider is not a function

seems to be related to the fact we use bootstrap5, which uses the same toaster css class name as angular2-toaster: toast-container