Accessibility Assessment and notes - SAP/fundamental-ngx GitHub Wiki
The goal of this wiki is to document the assessment of Product Standard Accessibility
Fundamental-ngx supports the native elements <button> and <a> as buttons. <button> should be used for any activity performed within the current page (e.g. submitting information back to a server) and <a> should be preferred when there will be a navigation to another location.
Buttons that contain only icons should specify the following properties aria-labelledby and aria-label.