Radial progress indicator to ion v.2?

I need an Ionic radial progress bar. V.2, but found only for Ionic v.1 ( https://github.com/tgarlanger/ion-radial-progress ).

Has anyone done or figured out how to do this?

+4
source share
1 answer

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.

+2

Source: https://habr.com/ru/post/1666288/


All Articles