trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
517 stars 87 forks source link

feat: Implement MDC Circular Progress #2166

Open trimox opened 4 years ago

trimox commented 4 years ago

WIP

Circular progress indicators display progress by animating an indicator along an invisible circular track in a clockwise direction.

material reference https://material.io/components/progress-indicators/#circular-progress-indicators

MDC spec https://github.com/material-components/material-components-web/tree/master/packages/mdc-circular-progress

closes #2126

trimox commented 4 years ago

Refactoring size variant templates to a single file..