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

Not able to create production build after upgrading angular 4.x to angular 5.x #151

Closed akhilesh2310 closed 6 years ago

akhilesh2310 commented 6 years ago

core.js:1350 ERROR Error: Unexpected value 'RoundProgressModule' imported by the module 'AppModule'. Please add a @NgModule annotation. at syntaxError (compiler.js:466) at eval (compiler.js:15089) at Array.forEach () at CompileMetadataResolver.getNgModuleMetadata (compiler.js:15072) at JitCompiler._loadModules (compiler.js:33501) at JitCompiler._compileModuleAndComponents (compiler.js:33462) at JitCompiler.compileModuleAsync (compiler.js:33378) at CompilerImpl.compileModuleAsync (platform-browser-dynamic.js:230) at eval (core.js:6441) at ZoneDelegate.invoke (zone.js:392)

crisbeto commented 6 years ago

Should be fixed in the 1.2.1 release. Let me know if it still doesn't work and I'll reopen the issue.