ng2-tagsinput
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "ng2-tagsinput", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Typescript component for Tag Input", | ||
@@ -5,0 +5,0 @@ "main": "ng2-tagsinput.js", |
@@ -0,1 +1,4 @@ | ||
[![Build Status](https://travis-ci.org/xmaestro/ng2-tagsinput.svg?branch=master)](https://travis-ci.org/xmaestro/ng2-tagsinput) | ||
# Angular 2 : Typescript component for Tags Input | ||
@@ -28,2 +31,8 @@ | ||
... | ||
packages: { | ||
... | ||
'ng2-tagsinput': { defaultExtension: 'js', main:'index' } | ||
... | ||
} | ||
... | ||
}); | ||
@@ -35,3 +44,3 @@ ``` | ||
```typescript | ||
import {NG2_TAG_INPUT_COMPONENTS} from 'ng2-tagsinput/ng2-tagsinput'; | ||
import {Ng2TagsInputModule} from 'ng2-tagsinput'; | ||
``` | ||
@@ -42,3 +51,3 @@ | ||
@NgModule({ | ||
declarations: [...,NG2_TAG_INPUT_COMPONENTS] | ||
imports: [...,Ng2TagsInputModule] | ||
}) | ||
@@ -45,0 +54,0 @@ ... |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18868
85