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 all required ones).
When I use these widgets individually it works fine but when these are used on same page it gives error shown as below:
DOMException: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry
at CustomElementRegistry.define (http://172.27.147.64:8080/node_modules/document-register-element/build/document-register-element.js:2:18538)
at new AppModule (http://172.27.147.64:8080/dist/weather-widget/main.js:115:24)