carbon-components-angular
carbon-components-angular copied to clipboard
brand can be TemplateRef
https://github.com/IBM/carbon-components-angular/blob/c689a0ae7c0a01ff8ab53edebd1706b9f6c35fff/src/ui-shell/header/header.component.ts#L27
@Input() brand: string | TemplateRef<any> = "IBM";
if brand is a template than aria-label announce [object Object]
- name can be undefined.