elements icon indicating copy to clipboard operation
elements copied to clipboard

elements-angular: types not emitted

Open janivo opened this issue 3 years ago • 1 comments

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

Image

  • showLabelHint should only accept booleans
  • The type of the valueChange event should be known to the IDE

janivo avatar Sep 02 '22 14:09 janivo

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

janivo avatar Oct 20 '22 15:10 janivo

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).

iandi09 avatar Jan 02 '24 10:01 iandi09