Socket
Socket
Sign inDemoInstall

ag-charts-angular

Package Overview
Dependencies
6
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.2 to 9.1.0

11

lib/ag-charts-angular.component.d.ts

@@ -1,5 +0,6 @@

import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy } from '@angular/core';
import { AgChartInstance, AgChartOptions } from 'ag-charts-community';
import * as i0 from "@angular/core";
export declare class AgChartsAngular implements AfterViewInit, OnChanges, OnDestroy {
private ngZone;
private _nativeElement;

@@ -10,9 +11,11 @@ private _initialised;

onChartReady: EventEmitter<AgChartInstance>;
constructor(elementDef: ElementRef);
constructor(elementDef: ElementRef, ngZone: NgZone);
ngAfterViewInit(): void;
ngOnChanges(changes: any): void;
ngOnDestroy(): void;
private applyContainerIfNotSet;
private patchChartOptions;
private runOutsideAngular;
private runInsideAngular;
static ɵfac: i0.ɵɵFactoryDeclaration<AgChartsAngular, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AgChartsAngular, "ag-charts-angular", never, { "options": "options"; }, { "onChartReady": "onChartReady"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<AgChartsAngular, "ag-charts-angular", never, { "options": "options"; }, { "onChartReady": "onChartReady"; }, never, never, true>;
}

@@ -5,4 +5,4 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<AgChartsAngularModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AgChartsAngularModule, [typeof i1.AgChartsAngular], never, [typeof i1.AgChartsAngular]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AgChartsAngularModule, never, [typeof i1.AgChartsAngular], [typeof i1.AgChartsAngular]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AgChartsAngularModule>;
}
{
"name": "ag-charts-angular",
"version": "9.0.2",
"version": "9.1.0",
"repository": {

@@ -23,7 +23,7 @@ "type": "git",

"@angular/core": ">= 14.0.0",
"ag-charts-community": "9.0.2"
"ag-charts-community": "9.1.0"
},
"dependencies": {
"tslib": "^2.3.0",
"ag-charts-community": "9.0.2"
"ag-charts-community": "9.1.0"
},

@@ -30,0 +30,0 @@ "module": "fesm2015/ag-charts-angular.mjs",

@@ -32,3 +32,3 @@ <picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterprise." src="./.github/banner-light.png"></picture>

- Pie
- Doughnut
- Donut
- Histogram

@@ -35,0 +35,0 @@ - Box Plot \*

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc