bmagrys/micro-frontend-architecture

Multiple apps running with use of Angular Router conflicts with each other

bmagrys opened this issue · 0 comments

Both or more Routers listens to global browser events like back or forward. Try to find a way to handle such events only once in currently opened micro-app. It's assumed that it should work without named outlets, just with default one. Limitations of Router can lead to workarounds, it won't be surprising if Angular currently doesn't expose enough low level Router management to let it work fully, without temporary workarounds.