alfresco-ng2-components/docs/core/components/toolbar-title.component.md
2023-01-02 14:00:01 +00:00

759 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Toolbar Title Component v2.0.0 Active 2018-06-08

Toolbar Title Component

Supplies custom HTML to be included in a Toolbar component title.

Basic Usage

<adf-toolbar>
    <adf-toolbar-title>
        <adf-breadcrumb ...></adf-breadcrumb>
    </adf-toolbar-title>
    ...
</adf-toolbar>

Details

You can use this component to include any HTML or Angular components in the Toolbar title section.

See Also