@agilie/ng2-dialog-window
Advanced tools
Comparing version 0.1.11 to 0.2.0-alpha1
@@ -11,2 +11,3 @@ import { Component, ComponentFactoryResolver, EventEmitter, Injectable, Input, NgModule, Output } from '@angular/core'; | ||
Ng2DialogWindowComponent.prototype.close = function () { | ||
console.log('CLOSE ME'); | ||
this.onClose.emit(); | ||
@@ -13,0 +14,0 @@ }; |
@@ -15,2 +15,3 @@ (function (global, factory) { | ||
Ng2DialogWindowComponent.prototype.close = function () { | ||
console.log('CLOSE ME'); | ||
this.onClose.emit(); | ||
@@ -17,0 +18,0 @@ }; |
{ | ||
"name": "@agilie/ng2-dialog-window", | ||
"version": "0.1.11", | ||
"version": "0.2.0-alpha1", | ||
"description": "Modal dialogs and popups module for Angular applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
17164
199