vimalavinisha / angular2-google-chart

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

Calling function 'ɵmakeDecorator', function calls are not supported. #59

Open bnettles opened 7 years ago

bnettles commented 7 years ago

installed using this command. npm install angular2-google-chart I am on a mac using angular-cli Once I update app.module.ts with the import statement and the addition to the imports area, I get the stack trace below when I invoke npm start

import { GoogleChart } from 'angular2-google-chart/directives/angular2-google-chart.directive';

imports: [ BrowserModule, HttpModule, GoogleChart,

ERROR in Error: Error encountered resolving symbol values statically. Calling function 'ɵmakeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Directive in /Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/angular2-google-chart/node_modules/@angular/core/core.d.ts, resolving symbol GoogleChart in /Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts, resolving symbol GoogleChart in /Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts at Error (native) at syntaxError (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler/bundles/compiler.umd.js:1729:34) at simplifyInContext (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler/bundles/compiler.umd.js:25118:23) at StaticReflector.simplify (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler/bundles/compiler.umd.js:25130:13) at StaticReflector.annotations (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler/bundles/compiler.umd.js:24558:41) at _getNgModuleMetadata (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_impl.js:138:31) at _extractLazyRoutesFromStaticModule (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_impl.js:109:26) at /Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_impl.js:129:27 at Array.reduce (native) at _extractLazyRoutesFromStaticModule (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_impl.js:128:10) at Object.listLazyRoutesOfModule (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_impl.js:53:22) at Function.NgTools_InternalApi_NG_2.listLazyRoutes (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@angular/compiler-cli/src/ngtools_api.js:91:39) at AotPlugin._getLazyRoutesFromNgtools (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@ngtools/webpack/src/plugin.js:207:44) at _donePromise.Promise.resolve.then.then.then.then.then (/Users/briannettles/Desktop/Websites/sites/rockiestocumorah/src/r2csoftware/node_modules/@ngtools/webpack/src/plugin.js:443:24) at process._tickCallback (internal/process/next_tick.js:109:7)

webpack: Failed to compile.