workspace-header/src/workspace-header/workspace-header.component.ts
Workspace Header displays a breadcrumb navigation, a title and a subtitle – while all of which are optional. It is typically used with a workspace-layout (e.g. Workspace Simple) and placed on top of the content section.
import { WorkspaceHeaderComponent } from '@talenra/components/workspace-header';
| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| selector | talenra-workspace-header |
| imports |
RouterLink
BadgeComponent
|
| styleUrls | ./workspace-header.component.scss |
| templateUrl | ./workspace-header.component.html |
Inputs |
| path |
Type : BreadcrumbFragment[]
|
Default value : []
|
|
Content displayed in the breadcrumb navigation Example : |
| subtitle |
Type : string
|
Default value : ''
|
|
Subtitle displayed to the user Example : |
| title |
Type : string
|
Default value : ''
|
|
Title displayed to the user Example : |
https://gitlab.svanet.ch/talenra/talenra-workspace/-/merge_requests/749
heightUpdate (s. upgrade guide for details)