Socket
Socket
Sign inDemoInstall

angular2-google-chart

Package Overview
Dependencies
11
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.8

app/directives/angular2-google-chart.directive.js

4

app/app.component.js
/*
* @author RAJAN G
* @author Vimala A
*/
System.register(['angular2/core', '../directives/angular2-google-chart.directive'], function(exports_1, context_1) {
System.register(['@angular/core', './directives/angular2-google-chart.directive'], function(exports_1, context_1) {
"use strict";

@@ -6,0 +6,0 @@ var __moduleName = context_1 && context_1.id;

/*
* @author RAJAN G
* @author Vimala A
*/
import {Component} from 'angular2/core';
import {GoogleChart} from '../directives/angular2-google-chart.directive';
import {Component} from '@angular/core';
import {GoogleChart} from './directives/angular2-google-chart.directive';
@Component({

@@ -8,0 +8,0 @@ selector : 'my-app',

@@ -1,9 +0,9 @@

System.register(['angular2/platform/browser', './app.component'], function(exports_1, context_1) {
System.register(['@angular/platform-browser-dynamic', './app.component'], function(exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
var browser_1, app_component_1;
var platform_browser_dynamic_1, app_component_1;
return {
setters:[
function (browser_1_1) {
browser_1 = browser_1_1;
function (platform_browser_dynamic_1_1) {
platform_browser_dynamic_1 = platform_browser_dynamic_1_1;
},

@@ -14,3 +14,3 @@ function (app_component_1_1) {

execute: function() {
browser_1.bootstrap(app_component_1.AppComponent);
platform_browser_dynamic_1.bootstrap(app_component_1.AppComponent);
}

@@ -17,0 +17,0 @@ }

@@ -1,4 +0,4 @@

import {bootstrap} from 'angular2/platform/browser';
import {bootstrap} from '@angular/platform-browser-dynamic';
import {AppComponent} from './app.component';
bootstrap(AppComponent);

@@ -1,2 +0,2 @@

System.register(['angular2/core'], function(exports_1, context_1) {
System.register(['@angular/core'], function(exports_1, context_1) {
"use strict";

@@ -3,0 +3,0 @@ var __moduleName = context_1 && context_1.id;

@@ -1,2 +0,2 @@

import {Directive,ElementRef,Input,OnInit} from 'angular2/core';
import {Directive,ElementRef,Input,OnInit} from '@angular/core';
declare var google:any;

@@ -3,0 +3,0 @@ declare var googleLoaded:any;

{
"name": "angular2-google-chart",
"version": "1.0.6",
"version": "1.0.8",
"description": "google chart directive for angular2",
"main": "index.js",
"dependencies": {
"angular2": "2.0.0-beta.17",
"systemjs": "0.19.25",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"systemjs": "0.19.27",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
"zone.js": "^0.6.12"
},

@@ -14,0 +18,0 @@ "scripts": {

@@ -19,4 +19,4 @@ Angular2

###2.component file use like below
import {Component} from 'angular2/core';
import {GoogleChart} from '../directives/angular2-google-chart.directive';
import {Component} from '@angular/core';
import {GoogleChart} from './directives/angular2-google-chart.directive';

@@ -23,0 +23,0 @@ @Component({

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc