ng-confirm-box
Advanced tools
Comparing version 0.0.6 to 0.1.0
@@ -0,0 +0,0 @@ /** |
@@ -12,3 +12,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgConfirmComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgConfirmComponent, "ng-confirm", never, {}, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgConfirmComponent, "ng-confirm", never, {}, {}, never, never, false, never>; | ||
} |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
{ | ||
"name": "ng-confirm-box", | ||
"version": "0.0.6", | ||
"peerDependencies": { | ||
"@angular/common": "^14.2.0", | ||
"@angular/core": "^14.2.0" | ||
"name": "ng-confirm-box", | ||
"version": "0.1.0", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.9", | ||
"@angular/core": "^15.2.9" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
}, | ||
"module": "fesm2015/ng-confirm-box.mjs", | ||
"es2020": "fesm2020/ng-confirm-box.mjs", | ||
"esm2020": "esm2020/ng-confirm-box.mjs", | ||
"fesm2020": "fesm2020/ng-confirm-box.mjs", | ||
"fesm2015": "fesm2015/ng-confirm-box.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
}, | ||
"module": "fesm2015/ng-confirm-box.mjs", | ||
"es2020": "fesm2020/ng-confirm-box.mjs", | ||
"esm2020": "esm2020/ng-confirm-box.mjs", | ||
"fesm2020": "fesm2020/ng-confirm-box.mjs", | ||
"fesm2015": "fesm2015/ng-confirm-box.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng-confirm-box.mjs", | ||
"es2020": "./fesm2020/ng-confirm-box.mjs", | ||
"es2015": "./fesm2015/ng-confirm-box.mjs", | ||
"node": "./fesm2015/ng-confirm-box.mjs", | ||
"default": "./fesm2020/ng-confirm-box.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng-confirm-box.mjs", | ||
"es2020": "./fesm2020/ng-confirm-box.mjs", | ||
"es2015": "./fesm2015/ng-confirm-box.mjs", | ||
"node": "./fesm2015/ng-confirm-box.mjs", | ||
"default": "./fesm2020/ng-confirm-box.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
export * from './lib/ng-confirm.service'; | ||
export * from './lib/ng-confirm.component'; | ||
export * from './lib/ng-confirm.module'; |
@@ -38,6 +38,4 @@ # NgConfirm | ||
export class AppModule { } | ||
``` | ||
- use the selector <ng-confirm></ng-confirm> in app.component.html file | ||
``` | ||
## Use | ||
@@ -44,0 +42,0 @@ |
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
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
54555
355
87