@ionic-selectable/angular
Advanced tools
Comparing version 5.0.0-alpha.12 to 5.0.0-alpha.13
{ | ||
"name": "@ionic-selectable/angular", | ||
"version": "5.0.0-alpha.12", | ||
"version": "5.0.0-alpha.13", | ||
"description": "Angular wrapper for @ionic-selectable/core", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"dependencies": { | ||
"@ionic-selectable/core": "^5.0.0-alpha.12", | ||
"@ionic-selectable/core": "^5.0.0-alpha.13", | ||
"tslib": "^2.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "392a74f6a07a9822aa4b05784ecedbbef313e7fe", | ||
"gitHead": "1d149bf14d8cb0a991eb360dd2be622e2e6af254", | ||
"main": "bundles/ionic-selectable-angular.umd.js", | ||
@@ -47,0 +47,0 @@ "module": "fesm2015/ionic-selectable-angular.js", |
@@ -68,3 +68,3 @@ [npm-url]: https://npmjs.org/package/@ionic-selectable/angular | ||
imports: [ | ||
IonicSelectableModule | ||
IonicSelectableModule.forRoot() | ||
] | ||
@@ -83,11 +83,8 @@ }) | ||
@NgModule({ | ||
declarations: [ | ||
HomePage | ||
], | ||
imports: [ | ||
IonicPageModule.forChild(HomePage), | ||
IonicSelectableModule | ||
] | ||
], | ||
declarations: [HomePage] | ||
}) | ||
export class HomePageModule { } | ||
export class HomePageModule {} | ||
@@ -94,0 +91,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
456855
150