-
Hello Colleagues, I am part of iLM Sink team and we have SAP UI 5 UI. We are considering currently transition to framework, preferably Angular. In this relation I have some questions:
Thanks, Vasil |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @vavasilev UI5 Web Components For React https://sap.github.io/ui5-webcomponents-react/?path=/docs/charts-linechart--default-story Fundamental NGX https://sap.github.io/fundamental-ngx/#/core/home is another project that started separately and it provides Angular components that can be used in Angular only. We don't have charts components for Angular as of now. We might consider extending the components set with several charts, but it's not something that you can expect short or mid-term. So, now I would suggest using some other charts library. |
Beta Was this translation helpful? Give feedback.
Hi @vavasilev
UI5 Web Components https://sap.github.io/ui5-webcomponents/
is a web components based library that works in Angular, React, Vue and whatever web framework comes in future as it's based on web standards, natively supported. It's developed and supported by the UI5 team, the same developers working on SAPUI5/OpenUI5
UI5 Web Components is at 1.6.0 stable version .
UI5 Web Components For React https://sap.github.io/ui5-webcomponents-react/?path=/docs/charts-linechart--default-story
is React implementation of UI5 Web Components. It provides React wrappers for all the UI5 Web Components, adds more components (as charts, Object Page, Analytical Table), and improves the DEV experienc…