bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 86 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'Component') #206

Closed mraza0 closed 3 months ago

mraza0 commented 10 months ago
ng-circle-progress.component.ts:210 Uncaught TypeError: Cannot read properties of undefined (reading 'Component')
    at Module.F2Tg (ng-circle-progress.component.ts:210:37)
    at __webpack_require__ (bootstrap:79:1)
    at Module.Ar2T (temperature-progress.component.ts:8:1)
    at __webpack_require__ (bootstrap:79:1)
    at Module.AOET (printer-detail.component.ts:2:1)
    at __webpack_require__ (bootstrap:79:1)
    at Module.kIrL (printers.module.ts:3:1)
    at __webpack_require__ (bootstrap:79:1)
    at Module.XbWe (app.ts:1:1)
    at __webpack_require__ (bootstrap:79:1)

module.ts

 NgCircleProgressModule.forRoot({
      backgroundPadding: 8,
      radius: 60,
      space: -8,
      outerStrokeWidth: 8,
      outerStrokeColor: 'red',
      innerStrokeWidth: 8,
    }),

angular: 11 "ng-circle-progress": "^1.6.0",