Closed petrot closed 2 years ago
Hey @petrot . Thanks for the issue, I was guessing that the change should probably cause something related to that. I was just checking it locally in my apps and haven't encountered any issue. But your case confirms that the issue exists.
I'll keep investigating. Do you use JIT or AOT compilation (what's the value of the aot
option in your configuration or it doesn't exist at all)?
Note: the 9.1.0 does not contain any new functionality so you can safely roll back to the previous version.
Hi @arturovt , the bug exists with the default "aot": false
settings (build/options in serve mode). When I change it to true
, it works well.
Thanks for confirming.
I've reverted the change.
Thanks!
I have the following component declaration:
With this config, NgxTranslate fails with the following message:
When I remove the @UntilDestroy() decorator, the translation works well.
This error appeared with v9.1.0.