angular-upcrop
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -51,3 +51,3 @@ (function (global, factory) { | ||
_this.onUploadImage.emit({ | ||
file: data.file | ||
image: data.image | ||
}); | ||
@@ -447,3 +447,3 @@ } | ||
UpcropDialogComponent.prototype.onUploadImage = function (event) { | ||
this.uploadedImages.push(event.file); | ||
this.uploadedImages.push(event.image); | ||
}; | ||
@@ -450,0 +450,0 @@ /** |
@@ -52,3 +52,3 @@ import { Component, Directive, ElementRef, EventEmitter, Inject, Injectable, Input, NgModule, Output, Renderer, ViewChild } from '@angular/core'; | ||
_this.onUploadImage.emit({ | ||
file: data.file | ||
image: data.image | ||
}); | ||
@@ -448,3 +448,3 @@ } | ||
UpcropDialogComponent.prototype.onUploadImage = function (event) { | ||
this.uploadedImages.push(event.file); | ||
this.uploadedImages.push(event.image); | ||
}; | ||
@@ -451,0 +451,0 @@ /** |
{ | ||
"name": "angular-upcrop", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Library with upload and crop feature for Angular 4+", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
94588