vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

Ionic 2 Error - 'import' and 'export' may appear only with 'sourceType: module' #8

Open amyta opened 8 years ago

amyta commented 8 years ago

Followed your code base but when running on localhost with Ionic 2, I get a parse error stating

//path/angular2-google-chart/directives/angular2-google-chart.directive.ts:1 import {Directive,ElementRef,Input,OnInit} from '@angular/core'; ^ ParseError: 'import' and 'export' may appear only with 'sourceType: module'

Is this an issue you can help with?