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 85 forks source link

Error: Type NgCircleProgressModule does not have 'ɵmod' property. #138

Closed hnativ closed 3 years ago

hnativ commented 3 years ago

After upgrade Angular to 10 version have this error.

using this version: "ng-circle-progress": "^1.6.0",

image

bootsoon commented 3 years ago

Don't know why. This project depends on Angular 10 and it works fine.

https://github.com/bootsoon/ng-circle-progress/blob/fc1d2b477699a6eff8a5ecf9008f0fd049dfc630/package.json#L17

"dependencies": {
    "@angular/animations": "~10.1.3",
    "@angular/cdk": "^10.2.2",
    "@angular/common": "~10.1.3",
    "@angular/compiler": "~10.1.3",
    "@angular/core": "~10.1.3",
    "@angular/forms": "~10.1.3",
    "@angular/localize": "~10.1.3",
    "@angular/platform-browser": "^10.1.3",
    "@angular/platform-browser-dynamic": "^10.1.3",
    "@angular/router": "~10.1.3",
    "@ng-bootstrap/ng-bootstrap": "^7.0.0",
    "bootstrap": "^4.5.0",
    "jquery": "^3.5.1",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.2"
  }