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

Still not working with Angular 4.3.6 #155

Open MickL opened 6 years ago

MickL commented 6 years ago

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 
crisbeto commented 6 years ago

If you're on Angular 4.x, you should use version 1.1.0.

writer0713 commented 6 years ago

@crisbeto after change 1.1.1 to 1.1.0, it works fine. thanks