ToolBarSeparatorComponent
Component
Represents the Kendo UI ToolBar Separator for Angular.
Use this component to add a visual separator between ToolBar tools.
Definition
Package:@progress/kendo-angular-toolbar
Selector:kendo-toolbar-separator
Export Name:Accessible in templates as #kendoToolBarSeparatorInstance="kendoToolBarSeparator"
Syntax:
html
<kendo-toolbar>
<kendo-toolbar-button text="Button 1"></kendo-toolbar-button>
<kendo-toolbar-separator></kendo-toolbar-separator>
<kendo-toolbar-button text="Button 2"></kendo-toolbar-button>
</kendo-toolbar>