We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

syncfusion trusted companies

Overview

The Angular Toolbar (navigation bar) is a responsive and feature-rich component that provides an interface for selecting a command from a collection of commands. Its features include different orientations, responsive modes (scrollable and pop-up), templating, and button alignment based on priority.


Rendering

It has support for Template and Item rendering.

Template rendering

The Angular Navbar component allows you to customize the command appearance with HTML elements like images, text buttons, toggle buttons, select boxes, text boxes, and autocomplete. This helps you make toolbar search boxes and toolbar menu-like applications.

Item rendering

The Angular Material Toolbar component provides data-binding support, rendered based on a JSON array collection of properties such as text, type, and alignment. Data binding can be achieved by forming an array collection of items.


Responsiveness

It adapts to the available space with two type of display modes, scrollable and pop-up, for modern web and mobile applications.

Angular Toolbar component with responsive scrollable mode


Scrollable

Scrollable display mode displays Angular Toolbar commands in a single line with horizontal scrolling enabled when the items overflow the visible space. You can swipe over the toolbar commands to scroll.


Pop-up menu

The pop-up menu is another type of overflow mode in which the toolbar container holds the items that can be placed within the available space. The items that do not fit the viewing area are moved to the overflow pop-up container. You can view the overflow tab headers by clicking the pop-up icon.

Commands display priority

You can prioritize the commands to be displayed in the pop-up or toolbar when minimum space is available to view them.

Pin items in pop-up

You can set specific items to display always in the pop-up regardless of the available space on the toolbar.


Multiple rows

Displays the overflow toolbar items as an inline of a toolbar.

Angular Toolbar component in multi-row mode


Extended

Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons. If the pop-up content overflows the height of the page, the rest of the elements will be hidden.

Angular Toolbar component in extended mode


Commands alignment

The Toolbar commands are positioned with left, right, or center alignment of the toolbar area.


Buttons

The Angular Toolbar component default command is a button type, and it can render given text input.

Icons and images support

You can add icons or images with or without text to the buttons. The icons can be positioned to the left or right.

Text mode

You can add button text when necessary, which means you can decide to show text in the pop-up alone, toolbar alone, or in both.


Integration with other components

The Angular Toolbar can be easily integrated with other components such as Data Grid, Scheduler, and Rich Text Editor.


Tooltip

To describe the actions of a command, a tooltip can be added. By default, HTML is supported, but the Angular Tooltip component can also be used.


Angular Toolbar component with customized commands

Command customization

The Angular Toolbar provides customizable commands with styles such as CSS classes and HTML attributes such as ID, class, and styles.


Accessibility

  • Fully supports WAI-ARIA accessibility that helps the toolbar be accessible to on-screen readers and assistive devices. 
  • Follows WAI-ARIA Best Practices for implementing keyboard interaction. 
  • Follows WCG 2.0 standard in design of UI element visuals such as foreground color, background color, line spacing, text, and images.

Developer-friendly APIs

Developers can control the appearance and behaviors of the toolbar using a rich set of APIs.

Built-in themes

The Angular Toolbar component is shipped with several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and High Contrast.

Users can customize any one of these built-in themes or create new themes by either simply overriding SASS variables or using our Theme Studio application.


Angular ToolBar Code Example

Easily get started with the Angular ToolBar using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular ToolBar Example that shows you how to render and configure a ToolBar in Angular.

<div class="control-section">
<ejs-toolbar>
    <e-items>
         <e-item text='Cut'></e-item>
         <e-item text='Copy'></e-item>
         <e-item text='Paste'></e-item>
         <e-item type='Separator'></e-item>
         <e-item text='Bold'></e-item>
         <e-item text='Italic'></e-item>
         <e-item text='Underline'></e-item>
    </e-items>
</ejs-toolbar>
</div>
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-root',
  // specifies the template string for the Toolbar component
  template: `<ejs-toolbar>
      <e-items>
         <e-item text='Cut'></e-item>
         <e-item text='Copy'></e-item>
         <e-item text='Paste'></e-item>
         <e-item type='Separator'></e-item>
         <e-item text='Bold'></e-item>
         <e-item text='Italic'></e-item>
         <e-item text='Underline'></e-item>
      </e-items>
    </ejs-toolbar>`
})
export class AppComponent {

}

Other supported frameworks

Toolbar is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Toolbar platforms from the links below,


Angular version compatibility

With continuous improvement in Angular versions, the Angular Tool Bar is kept up to date to make it compatible with the latest version.




80+ ANGULAR UI COMPONENTS

Frequently Asked Questions

Syncfusion Angular ToolBar provides the following features:

  • Responsive Angular toolbar (navbar) with scrollable and pop-up modes for accommodating many commands.
  • Better Great user experience for navigating through standard toolbar commands.
  • Built-in features for aligning commands with different priorities, templating, orientation, and more.
  • Supports all modern browsers.
  • Touch-friendly and responsive UI.
  • One of the best Angular ToolBar in the market that offers feature-rich UI to interact with the software.
  • Extensive demos and documentation to learn quickly and get started with Angular ToolBar.

You can find our Angular ToolBar demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile