I know this is too late. But it can help someone else. I searched the same and found this. Worked like a charm! Follow the instructions at this link: https://github.com/crisbeto/angular-svg-round-progressbar and import the module as follows: →
import { RoundProgressModule } from "angular-svg-round-progressbar/dist";
@NgModule({
imports: [
RoundProgressModule
]
})
. , . , . github.