You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngx-tags-input-box

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-tags-input-box - npm Package Compare versions

Comparing version

to
3.1.2

2

package.json

@@ -8,3 +8,3 @@ {

"description": "A tags input is a UI component which allows the user to insert multiple entries as tags into an input field. Also known as Tagging/Tokenizing system. You can find this system on most major websites.",
"version": "3.1.1",
"version": "3.1.2",
"peerDependencies": {

@@ -11,0 +11,0 @@ "@angular/common": "^17.0.9",

@@ -5,2 +5,4 @@ <img width="256px" src="https://icon.beforepost.com/I0H3FAPV-KSRZF8JQ-6S9AGVHY.svg"/>

## For Angular 17 + (standalone component)
[![ngx-tags-input-box](https://img.shields.io/npm/dm/ngx-tags-input-box.svg)](https://npmjs.org/package/ngx-tags-input-box)

@@ -30,3 +32,4 @@ [![npm version](https://badge.fury.io/js/ngx-tags-input-box.svg)](https://badge.fury.io/js/ngx-tags-input-box)

`@Component({
```TS
@Component({
selector: '...',

@@ -37,3 +40,4 @@ templateUrl: '...',

imports: [NgxTagsComponent]
})`
})
```

@@ -40,0 +44,0 @@ Add this into your .html file of your component