New to Kendo UI for Angular? Start a free 30-day trial
AppBarSectionComponent
Represents the Kendo UI AppBarSection component for Angular.
* @Component({
selector: 'my-app',
template: `
<kendo-appbar>
<kendo-appbar-section>
<h2>Page Title</h2>
</kendo-appbar-section>
</kendo-appbar>
`
})
class AppComponent {}
## Selector
`kendo-appbar-section`
export const _frontmatter = {"title":"AppBarSectionComponent","description":"Learn how to build custom functionality when working with the Angular Navigation by Kendo UI with the help of the AppBarSectionComponent.","api_reference":true,"slug":"api_navigation_appbarsectioncomponent"}