@leanix/components 0.4.648 → 0.4.649
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2821,6 +2821,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
2821
2821
|
* - `ui5-breadcrumbs`: Defines the breadcrumbs shown above the page title
|
|
2822
2822
|
* - **Important**: To set a URL for a breadcrumb item, you need to provide the `href`
|
|
2823
2823
|
* attribute to the `ui5-breadcrumbs-item` component. `RouterLink` does not work before updating to Angular 20.
|
|
2824
|
+
* - To use the `href` attribute for relative URLs, **the leading slash needs to be removed**.
|
|
2824
2825
|
* - `header-title`: Defines the page title content
|
|
2825
2826
|
* - `header-content`: Defines additional content below the page title
|
|
2826
2827
|
* - `header-buttons`: Defines the header action buttons
|