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

showLabelHintshould only accept booleans- The type of the
valueChangeevent should be known to the IDE
May be related: https://github.com/ionic-team/stencil/issues/2909
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).