SAP/ui5-webcomponents-ngx

Introduce typings for NG WC wrappers

fkolar opened this issue · 1 comments

Feature Request Description

Make NG Wrappers type safe component and utilize as much as we can from Typescript compiler. Usage of any has its place, but we should try avoid this as much as possible.

Proposed Solution

Since we are already on TS 3+, we should at least try to use unknown or TS conditional types that can do allot of magic.
There are also callback methods cmp. implements such as onAfterRendering, onBeforeRendering that should return a void

Hello @fkolar, thank you for using ui5-webcomponents-ngx! The ui5-webcomponents-ngx team will triage your issue as soon as possible.