ng-chartist
Advanced tools
Comparing version 8.3.2 to 9.0.0
@@ -69,4 +69,4 @@ import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartistComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartistComponent, "x-chartist", never, { "configuration": { "alias": "configuration"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "initialized": "initialized"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartistComponent, "x-chartist", never, { "configuration": { "alias": "configuration"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "initialized": "initialized"; }, never, never, true, never>; | ||
} | ||
export {}; |
@@ -5,4 +5,4 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartistModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartistModule, [typeof i1.ChartistComponent], never, [typeof i1.ChartistComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartistModule, never, [typeof i1.ChartistComponent], [typeof i1.ChartistComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ChartistModule>; | ||
} |
{ | ||
"name": "ng-chartist", | ||
"version": "8.3.2", | ||
"version": "9.0.0", | ||
"description": "Chartist component for Angular", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
"dependencies": { | ||
"tslib": "2.6.3" | ||
"tslib": "2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"chartist": "^1.0.0" | ||
@@ -41,4 +41,2 @@ }, | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ng-chartist.mjs", | ||
"esm": "./esm2022/ng-chartist.mjs", | ||
"default": "./fesm2022/ng-chartist.mjs" | ||
@@ -45,0 +43,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19882
8
210
+ Added@angular/common@19.1.1(transitive)
+ Added@angular/core@19.1.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedzone.js@0.15.0(transitive)
- Removed@angular/common@18.2.13(transitive)
- Removed@angular/core@18.2.13(transitive)
- Removedtslib@2.6.3(transitive)
- Removedzone.js@0.14.10(transitive)
Updatedtslib@2.8.1