All Questions
Tagged with angular-native-federation micro-frontend
5 questions
0
votes
0
answers
63
views
Load Angular remote into a typescript/javascript module shell using Native Federation
I am looking into micro frontends and Native Federation. Would it be possible to create a typescript/javascript module 'shell' using @softarc/native-federation, and into that shell, dynamically load ...
0
votes
0
answers
144
views
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, ...
0
votes
0
answers
281
views
How to Dynamically loading remote components using their selectors through native federation in angular?
I have a micro frontend (products repo) running on port 4202. The federation configuration for this repo (federation.config.js) is as follows:
const { withNativeFederation, shareAll } = require('@...
1
vote
0
answers
174
views
Native federation - Angular 17: Not Found http://localhost:4201/_angular_core-17_0_5-dev.js
I am working with micro frontends using native federation in Angular 17. And when I run the microfront and my host app, and I load my host app in the browser, I get the folloging error, and I don't ...
0
votes
1
answer
322
views
Prevent Angular router from reloading a Micro Frontend component
I'm using the Native Federation architecture to load a Micro Frontend into a Shell. The Micro Frontend contains an iFrame which loads a legacy AngularJS application. The AngularJS application uses an ...