How to use ngx-chips - 1 common examples

To help you get started, we’ve selected a few ngx-chips examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ovh / utask / ui / dashboard / src / app / app.module.ts View on Github external
/*
  @Modules
*/
import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module';
import { HttpClientModule } from '@angular/common/http';
import { FormsModule } from '@angular/forms';
/*
  Infinite Scroll
*/
import { InfiniteScrollModule } from 'ngx-infinite-scroll';
/*
  Modules NGX-CHIPS
*/
import { TagInputModule } from 'ngx-chips';
TagInputModule.withDefaults({
  tagInput: {
    placeholder: 'Add filter',
    secondaryPlaceholder: 'Filter steps'
  }
});
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
/*
  Modules NG-BOOTSTRAP
*/
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';

/*
  @App
*/
import { AppComponent } from './app.component';
/*

ngx-chips

Tag Input component for Angular

MIT
Latest version published 2 years ago

Package Health Score

53 / 100
Full package analysis

Popular ngx-chips functions