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

UI5 compilation after installation #109

Open g-cheishvili opened 5 months ago

g-cheishvili commented 5 months ago

Feature Request Description

currently we install ui5 wc locally, generate angular library, then build it and then publish on npm. While this approach works, we have few issues with it:

Proposed Solution

We should ship only the generator part and the user will be able to compile after installation their own version of the library. This will give us ability to support Angular 14+ immediately from single version of our library. We will have ability to have ui5 custom prefixes and also we will be able to deliver core, which will be compatible with multiple versions of the ui5 as well

Priority

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

Stakeholder Info (if applicable)

g-cheishvili commented 5 months ago

will fix #108