The Angular Chips is a feature-rich component 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 mail inbox, selecting single or multiple choices from available options, and providing input to an application.
Angular Chips are compact elements for representing simple content and can also trigger actions when selected.
Chips in Angular can be grouped together as a collection of choices. Choice chips allow users to select from available options.
Filter chips are a collection of chips that allow users to filter the view items based on their choices.
Input 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.
You can customize the chip appearance with avatars, close icons, and more using the built-in options.
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];
}
Chips is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Chips platforms from the links below,
With continuous improvement in Angular versions, the Angular Chips is kept up to date to make it compatible with the latest version.
We do not sell the Angular Chips separately. It is only available for purchase as part of the Syncfusion Angular suite, which contains over 80 Angular components, including the Chips. A single developer license for the Syncfusion Essential Studio for Angular suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our Angular Chips demo here.
No, our 80+ Angular components, including Chips, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Chips alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 80+ Angular components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
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 and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
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.