angular-svg-round-progressbar icon indicating copy to clipboard operation
angular-svg-round-progressbar copied to clipboard

Still not working with Angular 4.3.6

Open MickL opened this issue 8 years ago • 2 comments

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 

MickL avatar Dec 04 '17 12:12 MickL

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

crisbeto avatar Dec 04 '17 12:12 crisbeto

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

writer0713 avatar Apr 02 '18 06:04 writer0713