diff --git a/docs/index.html b/docs/index.html index 4e3dfb0..378b27c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ AngularCustomCheckbox - + diff --git a/projects/custom-checkbox/package.json b/projects/custom-checkbox/package.json index 0dfca11..5728343 100644 --- a/projects/custom-checkbox/package.json +++ b/projects/custom-checkbox/package.json @@ -1,6 +1,6 @@ { - "name": "custom-checkbox", - "version": "0.0.1", + "name": "angular-custom-checkbox", + "version": "2.0.1", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0" diff --git a/projects/custom-checkbox/src/public_api.ts b/projects/custom-checkbox/src/public_api.ts index 07b855d..8cd9ddf 100644 --- a/projects/custom-checkbox/src/public_api.ts +++ b/projects/custom-checkbox/src/public_api.ts @@ -5,3 +5,4 @@ export * from './lib/custom-checkbox.service'; export * from './lib/custom-checkbox.component'; export * from './lib/custom-checkbox.module'; +export * from './lib/custom-checkbox.model';