ngx-clipboard
Advanced tools
Comparing version 15.1.0 to 16.0.0
@@ -11,3 +11,3 @@ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardIfSupportedDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardIfSupportedDirective, "[ngxClipboardIfSupported]", never, {}, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardIfSupportedDirective, "[ngxClipboardIfSupported]", never, {}, {}, never, never, false, never>; | ||
} |
@@ -27,3 +27,3 @@ import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardDirective, "[ngxClipboard]", never, { "targetElm": "ngxClipboard"; "container": "container"; "cbContent": "cbContent"; "cbSuccessMsg": "cbSuccessMsg"; }, { "cbOnSuccess": "cbOnSuccess"; "cbOnError": "cbOnError"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardDirective, "[ngxClipboard]", never, { "targetElm": "ngxClipboard"; "container": "container"; "cbContent": "cbContent"; "cbSuccessMsg": "cbSuccessMsg"; }, { "cbOnSuccess": "cbOnSuccess"; "cbOnError": "cbOnError"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "ngx-clipboard", | ||
"description": "angular 2 clipboard", | ||
"version": "15.1.0", | ||
"version": "16.0.0", | ||
"author": { | ||
@@ -11,3 +11,6 @@ "name": "Sam Lin", | ||
"license": "MIT", | ||
"publishConfig": {}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -26,3 +29,3 @@ "type": "git", | ||
"dependencies": { | ||
"ngx-window-token": ">=6.0.0", | ||
"ngx-window-token": ">=7.0.0", | ||
"tslib": "^2.0.0" | ||
@@ -39,3 +42,3 @@ }, | ||
"fesm2015": "fesm2015/ngx-clipboard.mjs", | ||
"typings": "ngx-clipboard.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -46,3 +49,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-clipboard.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-clipboard.mjs", | ||
@@ -49,0 +52,0 @@ "es2020": "./fesm2020/ngx-clipboard.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
127435
1060
Updatedngx-window-token@>=7.0.0