carbon-components-angular icon indicating copy to clipboard operation
carbon-components-angular copied to clipboard

brand can be TemplateRef

Open safonovilya opened this issue 4 years ago • 0 comments

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.

safonovilya avatar Aug 25 '21 21:08 safonovilya