Hello,
I am new to IONIC and trying to create basic app. I have used circle package using below command to create application
npm install ng-circle-progress@1.0.0 --save
However, I am getting error “Cannot find name NgCircleProgressModule”, when I am using NgCircleProgressModule.forRoot({ … }) in my home.module.ts
In addition, in my home.page.html, I am using … than it shows error ‘circle-progress’ is not known element.
Please do needful as I cannot proceed.
Thanks,
Pratik