phodal / microfrontends

Micro-frontend Architecture in Action-微前端的那些事儿
https://microfrontends.cn/
3.08k stars 349 forks source link

routing between micro front ends #15

Closed sakshigarg9 closed 3 years ago

sakshigarg9 commented 4 years ago

Hi phodal, For routing between micro front-ends, where my micro-front ends are separate Angular solutions, how do I go about it? Can you share some reference links/articles relating to explanations using Angular?

For Eg. a scenario where on the click of a button in micro front-end(1) I need to render a web component within micro front-end(2) and also change the url of the page.

Thanks in advance!

phodal commented 4 years ago

Window Events or other Pub/Sub pattern code