Multiple Angular Elements from different scripts

前端 未结 4 1778
礼貌的吻别
礼貌的吻别 2021-01-06 02:51

Is it possible to use Angular Elements generated from diffrent scripts?

I have 2 projects weather-widget and clock widget which generates their own script(concated a

4条回答
  •  独厮守ぢ
    2021-01-06 03:37

    Use a unique tag name to define your Angular Element. That should prevent this issue.

提交回复
热议问题