nx icon indicating copy to clipboard operation
nx copied to clipboard

Example not working: Advanced Angular Micro Frontends with Dynamic Module Federation

Open Sebastian-Herbst opened this issue 3 years ago • 0 comments

Documentation issue

  • [x] Reporting a typo
  • [x] Reporting a documentation bug
  • [ ] Documentation improvement
  • [ ] Documentation feedback

Is there a specific documentation page you are reporting?

https://nx.dev/module-federation/dynamic-module-federation-with-angular

Additional context or description

  • The documentation isn't consistent on @ng-mf/@ng-mf
  • If you follow the example on the page it works until 'nx run login:serve'. The login isn't passed to the dashboard doesn't show up.

Sebastian-Herbst avatar Aug 09 '22 12:08 Sebastian-Herbst

thanks for raising this. It seems there was a change to how initialNavigation' : 'enableBlocking' operates in Angular 14

Coly010 avatar Aug 15 '22 11:08 Coly010