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

Angular Chips is a UI control that provides small blocks of text information. Chips can also contain avatars, images, letters, and close icons. They can be used as tags when filtering contacts and email inboxes, selecting choices from available options, and providing input to an application.

Angular Chips example


Simple UI

Angular Chips are compact elements for representing simple content and can also trigger actions when selected.

Angular Action Chips


Angular Choice Chips

Choice chips

Chips in Angular can be grouped together as a collection of choices. Choice chips allow users to select from available options.


Filter chips

Filter chips are a collection of chips that allow users to filter the view items based on their choices.

Filtering support in most popular Angular Chips


Angular Input Chips

Dynamic chips

Dynamic chips allow chips to be added or removed. A chip can be created from text provided by the user in an input box or deleted as needed.


UI customization

You can customize the chip appearance with avatars, close icons, and more using the built-in options.

Angular Chips customization


Angular Chips code example

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

<div class="control-section">
    <div id="chip-default-wrapper">
        <div class="chips-headers">Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-default">
                <e-chips>
                    <e-chip text="Apple" cssClass="e-primary"></e-chip>
                    <e-chip text="Microsoft" cssClass="e-info"></e-chip>
                    <e-chip text="Google" cssClass="e-success"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Input Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-avatar" enableDelete="true">
                <e-chips>
                    <e-chip text="Anne" leadingIconCss="anne"></e-chip>
                    <e-chip text="Janet" leadingIconCss="janet"></e-chip>
                    <e-chip text="Laura" leadingIconCss="laura"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Filter Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-filter" selection="Multiple" [selectedChips]="this.filterSelected">
                <e-chips>
                    <e-chip text="Extra small"></e-chip>
                    <e-chip text="Small"></e-chip>
                    <e-chip text="Medium"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Choice Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-choice" selection="Single" cssClass="e-outline" [selectedChips]="this.choiceSelected">
                <e-chips>
                    <e-chip text="Send a text" avatarIconCss="text"></e-chip>
                    <e-chip text="Set a remainder" avatarIconCss="alarm"></e-chip>
                    <e-chip text="Read my emails" avatarIconCss="mail"></e-chip>
                    <e-chip text="Play a game" avatarIconCss="game"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
    </div>
</div>
import { Component, ViewEncapsulation } from '@angular/core';
@Component({
    selector: 'control-content',
    templateUrl: 'default.html',
    styleUrls: ['default.css'],
    encapsulation: ViewEncapsulation.None
})
export class DefaultChipsComponent {
    choiceSelected = [1];
    filterSelected = [1, 3];
}

Other supported frameworks

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

Angular version compatibility

Angular Chips is kept up to date to make it compatible with the latest version of Angular.




85+ ANGULAR UI COMPONENTS

Frequently Asked Questions

The Angular Chips with rich set of features offers the following,

  • Chips are compact elements that represent simple content.
  • Chip types include action, choice, filter, and input.
  • Built-in support for customizing Chips.
  • One of the best Angular Chips components on the market, offering a feature-rich UI.
  • Learn more about Angular Chips API example.
  • Supports all modern browsers.
  • Touch-friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started fast.

You can find our Angular Chips demo, which demonstrates how to render and configure the Chips control.

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 No credit card required.

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