ng2-checkboxlist
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ng2-checkboxlist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Angular 2 checkbox list component", | ||
@@ -5,0 +5,0 @@ "main": "checkboxlist.component.js", |
@@ -8,3 +8,20 @@ # Check Box List | ||
## Simple Use | ||
import | ||
```javascript | ||
import { CheckBoxList } from 'ng2-checkboxlist/checkboxlist.js'; | ||
@NgModule({ | ||
declarations: [ | ||
CheckBoxList | ||
], | ||
``` | ||
insert selector | ||
```html | ||
<checkbox-list | ||
[title]="'title of checkbox'" | ||
[list]="itemlist" | ||
[id] ="'id selector'" | ||
[value] = "'text selector'" | ||
(listSelected) = "method to manage checkd items($event)" | ||
></checkbox-list> | ||
``` | ||
## Styling | ||
@@ -11,0 +28,0 @@ |
@@ -20,4 +20,4 @@ { | ||
"files":[ | ||
"checkboxlist.component.ts" | ||
"checkboxlist.ts" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
45
8141
125
1