crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Unexpected value 'undefined' imported by the module 'Module' #172

Open SwapnilDube opened 5 years ago

SwapnilDube commented 5 years ago

Hi,

I have added versio 1.1.0 as I am having angular 4 based app. at the application start itself, I am facing issue of "Unexpected value 'undefined' imported by the module 'Module'".

Imp items in error:

  1. (SystemJS) at syntaxError (http://localhost:18520/node_modules/@angular/compiler/bundles/compiler.umd.js:1729:34)
  2. at eval (http://localhost:18520/node_modules/@angular/compiler/bundles/compiler.umd.js:15583:40)
  3. at Array.forEach ()
  4. at CompileMetadataResolver.getNgModuleMetadata (http://localhost:18520/node_modules/@angular/compiler/bundles/compiler.umd.js:15560:49) at CompileMetadataResolver.getNgModuleSummary
  5. (http://localhost:18520/node_modules/@angular/compiler/bundles/compiler.umd.js:15502:52)

I am not even able to see login screen now. Also, these errors are observed in google chrome console window. kindly help.