inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

elements-angular: types not emitted #723

Open janivo opened 1 year ago

janivo commented 1 year ago

When working with angular, the types of the elements seem not to be provided correctly. See:

Image

janivo commented 1 year ago

May be related: https://github.com/ionic-team/stencil/issues/2909

iandi09 commented 7 months ago

Had a look on this issue. I guess we need to wait for the fix mentioned in the existing issue #2909. Problem is that the angular language service ignores the properties that are merged together in the generated code (class interface merge).