angular-svg-round-progressbar
angular-svg-round-progressbar copied to clipboard
Still not working with Angular 4.3.6
Updated to 1.2.1. Having exactly same import as in readme:
import {RoundProgressConfig, RoundProgressModule} from 'angular-svg-round-progressbar';
I get:
ERROR in Metadata version mismatch for module ./node_modules/angular-svg-round-progressbar/dist/index.d.ts, found version 4, expected 3, resolving symbol SharedModule
If you're on Angular 4.x, you should use version 1.1.0.
@crisbeto after change 1.1.1 to 1.1.0, it works fine. thanks