SAP / ui5-webcomponents-ngx

UI5 Web Components for Angular provides directives for each UI5 Web Component. The directives allow to easily build your Angular application following the SAP Design System.
https://ui5-webcomponents-ngx.netlify.app/
Apache License 2.0
23 stars 4 forks source link

Reuse of the ui5 types in generated components #43

Closed g-cheishvili closed 1 year ago

g-cheishvili commented 1 year ago

Feature Request Description

In ui5-webcomponents are already ts typings, not everywhere, but in most places. There is no reason for us anymore to generate everything from scratch, we should reuse as much as possible from there

Proposed Solution

Import type from the ui5 along the component file and assemble angular compatible typings on our end

Priority

A clear and concise description of the impact/urgency of the required feature.

Stakeholder Info (if applicable)

g-cheishvili commented 1 year ago

There are currently two issues, that are standing in a way of achieving this, with maximum efficiency: https://github.com/angular/angular/issues/49340 and https://github.com/SAP/ui5-webcomponents/issues/6636

g-cheishvili commented 1 year ago

I think that at this point everything is already reused as possible. We can get back to it, when/if Angular improves