What are UI5 Web Components?
UI5 Web Components are a set of web platform APIs which allow you to create and use reusable encapsulated HTML tags in web pages and apps.
For more info: https://sap.github.io/ui5-webcomponents/
Why use UI5 Web Component...
Is User Experience or Security more important?
In short, both are equally important. One of the most overlooked areas of user experience is security. As with most user-oriented design, security should be implemented in a way that guides the user, ...
I have SAML SSO configured for a SAP HANA 2 XSA system. Currently this works fine using manual login with XSA credentials and also for SSO using the login screen SSO link.
Is there a way to set the app up, or use a URL so that the login page is sk...
Thanks for this blog. Any idea why it won't allow to update the node_count for a deployed Redis instance? Am trying (current node_count is 3):cf update-service my-redis -c '{"node_count":4}'It is giving a message:... could not be updated, reason: Nu...
This syntax works for me for binding the event:
<ui5-shellbar
primary-title="Corporate Portal"
secondary-title="secondary title"
(profile-click)="onProfileClick()"
>
Here's my sandbox: https://codesandbox.io/s/ui5-wc-angular-shellbar-0cb65?file=/...
I would recommend starting in the openui5 Slack channel here: https://openui5.slack.com/. There is a channel for #webcomponents which might be able to help.
I will also take a look at this and see if I can figure out what is happening.