Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-checkboxlist

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-checkboxlist - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

checkboxlist.ts

2

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc