Socket
Socket
Sign inDemoInstall

angular2-google-chart

Package Overview
Dependencies
14
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

typings/index.d.ts

4

package.json
{
"name": "angular2-google-chart",
"version": "2.2.2",
"version": "2.2.3",
"description": "google chart directive for angular2",

@@ -26,3 +26,3 @@ "main": "index.js",

"typings": "typings",
"postinstall": "typings install"
"prepublish": "typings install"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -226,6 +226,19 @@ # Angular2/ Angular 4

### 3 Example Charts
### 3 In app.module.ts, make the following additions
```
import {GoogleChart} from 'angular2-google-chart/directives/angular2-google-chart.directive';
```
```
@NgModule({
declarations: [
AppComponent,
GoogleChart
],...
```
### 4 Example Charts
```
<img src="../app/assets/images/google-charts-output.png">
```
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