ngx-chips:角度标签输入组件

时间:2024-02-20 21:49:54
【文件属性】:

文件名称:ngx-chips:角度标签输入组件

文件大小:211KB

文件格式:ZIP

更新时间:2024-02-20 21:49:54

autocomplete angular tags tag-input angular-components

角度的标签输入组件 这是Angular> = 4的组件。设计和API受到Angular Material的md-chip的启发。 以前称为ng2-tag-input。 查看。 入门 npm i ngx-chips // OR yarn add ngx-chips 注意:NPM上的最新版本可能无法反映分支master 。 打开一个问题,如果需要发布,请标记我。 组态 确保导入模块和依赖项: import { TagInputModule } from 'ngx-chips' ; import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ; // this is needed! import { FormsModule , ReactiveFormsModule } from '@angular/forms' ; @ NgModule ( { imports : [ TagInputModule , BrowserAnimationsModule ,


【文件预览】:
ngx-chips-master
----tsconfig.spec.json(270B)
----.github()
--------ISSUE_TEMPLATE.md(2KB)
----polyfills.ts(3KB)
----modules()
--------index.ts(191B)
--------defaults.ts(3KB)
--------tag-input.module.ts(2KB)
--------core()
--------components()
----favicon.ico(5KB)
----angular.json(5KB)
----demo()
--------main.ts(209B)
--------index.html(375B)
--------app.module.ts(846B)
--------home()
--------style.css(282B)
----.travis.yml(289B)
----tsconfig.json(438B)
----LICENSE.md(1KB)
----tslint.json(1KB)
----test.ts(669B)
----README.md(19KB)
----tsconfig.app.json(206B)
----browserslist(429B)
----docs()
--------custom-themes.md(2KB)
----.editorconfig(246B)
----.gitignore(629B)
----karma.conf.js(1011B)
----CHANGELOG.md(950B)
----package-lock.json(567KB)
----package.json(3KB)

网友评论