Illya Mishkin
Illya Mishkin
Hi @Coly010! I tried module federation in the simple project from your GitHub repository: (https://github.com/nrwl/ng-module-federation) and I have a question about the global state. I tried to create a shared...
As I know "buildLibsFromSource" by default has "true" and I just checked my repo I have no this parameter inside my project.json. So possible it's not a reason?
Yes, here's the link: https://github.com/B1Z1/ng-module-federation Execute: yarn nx serve host --devRemotes=about As I understand, that means, that we build our whole host application with all dependencies and serve "about" app....
Hi @Coly010, had you tried this?
@Coly010 any update? For us, it might be a blocker, cause we have a lot of global services if I want to divide application
I think about `nx serve host --devRemotes=cart,shop,about`. Will it have differences between normal `nx serve app` and `nx serve host --devRemotes=cart,shop,about`? for me, it looks like the same watch as...
Also last question and we can close it. As I understand, to start to watch every remote, every developer needs to build every library which depends on devRemote before. So...
Okay, thank you so much! I'm closing the ticket right now