SiLandingPageComponent documentation¶
selector
si-landing-page
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
announcement ¶ | AlertConfig | Config to enable/disable general alerts on landing page | |
availableLanguages ¶ | (string [] | IsoLanguageValue []) | Input of si-language-switcher: List of all available languages in this application. | |
backgroundImageUrl ¶ | string | './assets/images/landing-page-steel.webp' | URL to custom background image |
copyrightDetails ¶ | CopyrightDetails | Copyright information to be displayed. Alternatively, you can use the SI_COPYRIGHT_DETAILS global inject. | |
heading | string | Heading of the application. | |
links ¶ | Link [] | [] | List of links (e.g. Corporate information) |
loginAlert ¶ | AlertConfig | Config to enable/disable login related error/alerts | |
subheading ¶ | string | Secondary heading of the application. | |
subtitle | string | Short description of the application. | |
translationKey ¶ | string | 'LANGUAGE' | Input of si-language-switcher: Key for translation. If your languages are already translated, you may display them without any manipulation by passing in an empty string. |
version ¶ | string | Version of the application | |
logoUrl | string | URL to custom brand image. Deprecated: By default the logo provided in the theme will be used. For a different logo use the respective CSS variables: <si-landing-page style="--landing-page-logo: url('https://example.com'); --landing-page-logo-width: 100px; --landing-page-logo-height: 100px" /> |
Types Documentation¶
|
Copyright (c) Siemens 2016 - 2025 SPDX-License-Identifier: MIT | |||
---|---|---|---|
|
|
Variable The injection token to be used when used globally across the app |
---|
|
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.