Daniel Wiehl
Daniel Wiehl
Thank you, @davemeier82 , for reporting this error. We will try to reproduce the described behavior and fix the problem.
ERROR Error: [ViewContainerReferenceError] ViewContainer already set. at ViewContainerReference.set (view-container.reference.ts:27) at WorkbenchComponent.set injectIframeHost [as injectIframeHost] (workbench.component.ts:38) at WorkbenchComponent_Query (workbench.component.ts:41) at executeViewQueryFn (core.js:8554) at refreshView (core.js:7228) at refreshComponent (core.js:8325) at refreshChildComponents (core.js:6964)...
If fixed we can enable the test `message-box.e2e-spec.ts`: `should prevent closing a view if it displays a message box with view modality`
See https://tomtalks.blog/microsoft-teams-2-0-will-use-half-the-memory-dropping-electron-for-edge-webview2/

When migrating to Angular 14, we did not migrate Forms to Type-safe Forms, as this is easier after migrating to TypeScript strict mode. Migration should be tackled together with this...
Clever, you use the `takeUntil` operator, which immediately subscribes and mirrors the source. You have to come up with that idea first, great! But do you think the `takeUntil` operator...
Wow, great detailed explanation, thank you. It's awesome that RxJS has such a supportive community.
The related issue in @scion/microfrontend-platform is https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/issues/143. This issue is about describing workbench specific capabilities like view or popups.
The workbench installs a `CanDeactivate` guard to prevent a view from being closed. This currently leads to the following problems: - The guard is not invoked for certain route configurations...