ngx-pinch-zoom
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "ngx-pinch-zoom", | ||
"version": "0.3.0", | ||
"description": "Angular2 pinch zoom directive.", | ||
"version": "0.3.1", | ||
"description": "Pinch zoom directive for angular.", | ||
"main": "pinch-zoom.directive.js", | ||
@@ -15,5 +15,7 @@ "scripts": { | ||
"keywords": [ | ||
"Angular", | ||
"Angular 2", | ||
"Library", | ||
"Seed" | ||
"ngx", | ||
"ng2", | ||
"Pinch zoom" | ||
], | ||
@@ -20,0 +22,0 @@ "author": "drozhzhin.n.e@gmail.com", |
@@ -0,1 +1,4 @@ | ||
## Demo | ||
http://crystalui.org/components/pinch-zoom/live (use mobile device) | ||
## Installation | ||
@@ -12,13 +15,7 @@ | ||
```ts | ||
import { NgModule } from '@angular/core'; | ||
import { BrowserModule } from '@angular/platform-browser'; | ||
import { AppComponent } from './app.component'; | ||
import { PinchZoomDirective } from 'ngx-pinch-zoom/components'; | ||
@NgModule({ | ||
imports: [ BrowserModule ], | ||
declarations: [ AppComponent, PinchZoomDirective ], | ||
bootstrap: [ AppComponent ] | ||
declarations: [ PinchZoomDirective ] | ||
}) | ||
export class AppModule { } | ||
``` | ||
@@ -31,5 +28,2 @@ | ||
</div> | ||
``` | ||
## Demo | ||
http://crystalui.org/components/pinch-zoom/example | ||
``` |
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
5730
27