For microfrontend architectures (e.g. Single Spa ), it will be necessary to detect language changes across all applications that are started on screen (e.g. Side Menu App and Main Content App 2). However, in order to do so in these types of architectures, the change detection needs to be triggered by also notifying the NgZone of the application (refer to here https://github.com/single-spa/single-spa-angular/issues/360). As an example, consider detect ing language change triggered from Side Menu App inside Main Content App
For microfrontend architectures (e.g. Single Spa ), it will be necessary to detect language changes across all applications that are started on screen (e.g. Side Menu App and Main Content App 2). However, in order to do so in these types of architectures, the change detection needs to be triggered by also notifying the NgZone of the application (refer to here https://github.com/single-spa/single-spa-angular/issues/360). As an example, consider detect ing language change triggered from Side Menu App inside Main Content App