Angular and Micro-Frontends

后端 未结 7 1784
抹茶落季
抹茶落季 2020-12-22 19:51

I am doing some research on how to split a huge single-page-monolith into a micro-frontend architecture.

The idea:

  • the page consists of several compo
7条回答
  •  温柔的废话
    2020-12-22 20:35

    Take a look at Angular Elements (Custom Elements). https://moduscreate.com/blog/angular-elements-ngcomponents-everywhere/

    The new Ionic version (4) is totally based on it to be able to be used on every version of Angular and on every JS frameworks.

    For that, they created https://stenciljs.com/ that will help you to create Custom Elements.

    But if all teams are using Angular, each of them can create a library using ngm for example.

提交回复
热议问题