How to share LocalStorage from Remote apps into Host in Native Federation and Angular 18
I have a monorepo with three standalone Angular 18 applications, each with its own library. In the libraries of the remote apps, I use NgRx
, and when I run each app on its own, everything works fine, with data being stored in localStorage.I’m using native-federation
to set up a microfrontend architecture for these apps.