crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar

Home Page:https://crisbeto.github.io/angular-svg-round-progressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 9 error ɵɵFactoryDef

gvlekke opened this issue · comments

Upgraded to Angular 9 I get this errors when I upgraded the angular-svg-round-progressbar to version 4.0.0

Is angular-svg-round-progressbar compatible with angular 9? and how can I solve this then?

- error TS2694: Namespace '"<path>/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDef'.

63     static ɵfac: i0.ɵɵFactoryDef<RoundProgressComponent, never>;
                       ~~~~~~~~~~~~
../node_modules/angular-svg-round-progressbar/dist/round-progress.component.d.ts:64:18 
- error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 6 type argument(s).

64     static ɵcmp: i0.ɵɵComponentDefWithMeta<RoundProgressComponent, "round-progress", never, { "current": "current"; "max": "max"; "radius": "radius"; "animation": "animation"; "animationDelay": "animationDelay"; "duration": "duration"; "stroke": "stroke"; "color": "color"; "background": "background"; "responsive": "responsive"; "clockwise": "clockwise"; "semicircle": "semicircle"; "rounded": "rounded"; }, { "onRender": "onRender"; }, never, never>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../node_modules/angular-svg-round-progressbar/dist/round-progress.ease.d.ts:34:21 
- error TS2694: Namespace '"/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDef'.

34     static ɵfac: i0.ɵɵFactoryDef<RoundProgressEase, never>;
                       ~~~~~~~~~~~~
../node_modules/angular-svg-round-progressbar/dist/round-progress.service.d.ts:31:21 
- error TS2694: Namespace '"<path>/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDef'.

31     static ɵfac: i0.ɵɵFactoryDef<RoundProgressService, [{ optional: true; }]>;
                       ~~~~~~~~~~~~```