Skip to content

SiHeaderSiemensLogoComponent documentation

selector
si-header-siemens-logo, [si-header-siemens-logo]

The siemens logo. Should be located inside .header-brand .

Deprecated: Use the SiHeaderLogoDirective instead. The new component will use the logo provided by the global theme instead of containing a hard coded siemens logo.

// previous
<a si-header-siemens-logo routerLink="/" aria-label="Siemens" class="d-none d-md-flex"></a>
// new
<a siHeaderLogo routerLink="/" class="d-none d-md-flex"></a>

No API to document for this.

Types Documentation

The siemens logo. Should be located inside .header-brand .
Constructor
() => {}
Properties
elementRef: ElementRef<HTMLElement> = ...
injector: Injector = ...
logoText: WritableSignal<(undefined | string)> = ...
Methods
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
ngOnInit: () => void from OnInit.ngOnInit
updateLogoText: () => void

Except where otherwise noted, content on this site is licensed under MIT License.