visma-zanas-stundys
Results
2
comments of
visma-zanas-stundys
Looks like the generator should just define each property in the class with the correct typings, not the decorator: ```ts @Component(...) export class MyComponent { @Input() field1: Type1; @Input() field2:...
I think we can close this -- works fine after stencil 2.17.4 release