@ionic-selectable/angular
Advanced tools
Comparing version 5.0.0-alpha.9 to 5.0.0-alpha.11
{ | ||
"name": "@ionic-selectable/angular", | ||
"version": "5.0.0-alpha.9", | ||
"version": "5.0.0-alpha.11", | ||
"description": "Angular wrapper for @ionic-selectable/core", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"dependencies": { | ||
"@ionic-selectable/core": "^5.0.0-alpha.9", | ||
"@ionic-selectable/core": "^5.0.0-alpha.11", | ||
"tslib": "^2.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "b0e5d0d1482939519426bde64699c18650675868", | ||
"gitHead": "c1c5af060c5c535970f9b53ac39ea9e490e25a4d", | ||
"main": "bundles/ionic-selectable-angular.umd.js", | ||
@@ -47,0 +47,0 @@ "module": "fesm2015/ionic-selectable-angular.js", |
@@ -6,3 +6,3 @@ [npm-url]: https://npmjs.org/package/@ionic-selectable/angular | ||
# Ionic Selectable for Angular `@ionic-selectable/angular` | ||
# Ionic Selectable for Angular | ||
@@ -13,3 +13,3 @@ [![npm][npm-image]][npm-url] | ||
Angular wrapper for [@ionic-selectable/angular](https://www.npmjs.com/package/@ionic-selectable/angular). | ||
Angular wrapper for [@ionic-selectable/core](https://www.npmjs.com/package/@ionic-selectable/core). | ||
@@ -65,3 +65,3 @@ [Demo](https://stackblitz.com/edit/ionic-selectable-basic?file=pages/home/home.html) | [Features](#features) | [Getting started](#getting-started) | [FAQ](../../wiki#faq) | [Docs](../../wiki) | ||
``` | ||
```ts | ||
import { IonicSelectableModule } from '@ionic-selectable/angular'; | ||
@@ -80,3 +80,3 @@ | ||
``` | ||
```ts | ||
import { IonicSelectableModule } from '@ionic-selectable/angular'; | ||
@@ -100,3 +100,3 @@ import { HomePage } from './home'; | ||
``` | ||
```html | ||
<ion-item> | ||
@@ -117,3 +117,3 @@ <ion-label>Port</ion-label> | ||
``` | ||
```ts | ||
import { IonicSelectableComponent } from '@ionic-selectable/angular '; | ||
@@ -120,0 +120,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
455821