AppBarSectionComponent
Component
Represents the Kendo UI AppBarSection component for Angular.
Use the AppBarSection component to group content, actions, or navigation items within the AppBar.
Definition
Package:@progress/kendo-angular-navigation
Selector:kendo-appbar-section
Syntax:
html
<kendo-appbar>
<kendo-appbar-section>
<h2>Page Title</h2>
</kendo-appbar-section>
</kendo-appbar>