@amcharts/amcharts3-angular
Advanced tools
Comparing version 2.2.5 to 3.0.0
{ | ||
"name": "@amcharts/amcharts3-angular", | ||
"version": "2.2.5", | ||
"version": "3.0.0", | ||
"description": "Official Angular 2 plugin for amCharts V3", | ||
"main": "umd/index.js", | ||
"module": "es2015/index.js", | ||
"typings": "es2015/index.d.ts", | ||
"repository": { | ||
@@ -12,16 +9,15 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build": "ngc --project tsconfig.json && ngc --project tsconfig-umd.json" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" | ||
"@angular/core": "^12.2.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^5.0.2", | ||
"@angular/compiler-cli": "^5.0.2", | ||
"@angular/core": "^5.0.2", | ||
"rxjs": "^5.5.2", | ||
"typescript": "~2.4.2", | ||
"zone.js": "^0.8.18" | ||
} | ||
} | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
}, | ||
"main": "bundles/amcharts-amcharts3-angular.umd.js", | ||
"module": "fesm2015/amcharts-amcharts3-angular.js", | ||
"es2015": "fesm2015/amcharts-amcharts3-angular.js", | ||
"esm2015": "esm2015/amcharts-amcharts3-angular.js", | ||
"fesm2015": "fesm2015/amcharts-amcharts3-angular.js", | ||
"typings": "amcharts-amcharts3-angular.d.ts", | ||
"sideEffects": false | ||
} |
@@ -6,3 +6,3 @@ Official Angular plugin for amCharts V3 | ||
* If you are using Angular 5 or higher: | ||
* If you are using Angular 12 or higher: | ||
@@ -13,2 +13,8 @@ ``` | ||
* If you are using Angular 5 to 11: | ||
``` | ||
npm install @amcharts/amcharts3-angular^2.2.5 --save | ||
``` | ||
* If you are using Angular 2 to 4: | ||
@@ -61,3 +67,3 @@ | ||
```typescript | ||
import { AmChartsModule } from "@amcharts/amcharts3-angular"; | ||
import { AmChartsModule } from '@amcharts/amcharts3-angular'; | ||
@@ -77,3 +83,3 @@ @NgModule({ | ||
```typescript | ||
import { AmChartsService, AmChart } from "@amcharts/amcharts3-angular"; | ||
import { AmChartsService, AmChart } from '@amcharts/amcharts3-angular'; | ||
@@ -84,3 +90,3 @@ @Component({ | ||
export class AppComponent { | ||
private chart: AmChart; | ||
private chart: AmChart | undefined; | ||
@@ -169,2 +175,5 @@ constructor(private AmCharts: AmChartsService) {} | ||
### 3.0.0 | ||
* Adding in support for Angular 12 Ivy | ||
### 2.2.5 | ||
@@ -171,0 +180,0 @@ * Upgrading to Angular 9 - 12 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
0
218
131079
2
16
1
1424
1
+ Addedtslib@^2.3.0