Hello, since I upgraded my project to version 4, when I create a new component it is well rendered in stencil. However if I use my created web-component in an angular project it is not well rendered: the html elements inside the web component are not present in DOM.
Do you have any idea what is wrong ?
All my @component have shadow: false and my config has autoDefineCustomElements: true