Kostiantyn Kubusha
Kostiantyn Kubusha
The root cause of the issue it changes in update-geometry: This code ``` i.containerWidth = element.clientWidth; i.containerHeight = element.clientHeight; ``` was replaced with this one: ``` const rect = element.getBoundingClientRect();...
Basically the issue is with `providedIn: "root"` in [TranslocoService](https://github.com/ngneat/transloco/blob/master/projects/ngneat/transloco/src/lib/transloco.service.ts). In federated modules Shell and any federated module creates a separate injector root. And even if @ngneat/transloco library is declared as...
I'll create an example to showcase it. I'm sure there were two different instances. And if I remove `providedIn: root` from service metadata and add provider for shell only -...
OK, let me describe it in another way. I understand the way providedIn root works and anyway you've already described it in details so let's start from that point. Let's...
So I managed to make it work but that's not a simple way. Main points are: 1. each package json has to have "main", "module", "typings" which will point to...
You have to install ufraw package and restart Converseen