File tree Expand file tree Collapse file tree 3 files changed +428
-5
lines changed
src/material-experimental/mdc-progress-spinner Expand file tree Collapse file tree 3 files changed +428
-5
lines changed Original file line number Diff line number Diff line change 1
1
< ng-template #circle >
2
2
< svg [attr.viewBox] ="_viewBox() " class ="mdc-circular-progress__indeterminate-circle-graphic "
3
- xmlns ="http://www.w3.org/2000/svg ">
3
+ xmlns ="http://www.w3.org/2000/svg " focusable =" false " >
4
4
< circle [attr.r] ="_circleRadius() "
5
5
[style.stroke-dasharray.px] ="_strokeCircumference() "
6
6
[style.stroke-dashoffset.px] ="_strokeCircumference()/2 "
12
12
< div class ="mdc-circular-progress " role ="progressbar " #spinnerRoot >
13
13
< div class ="mdc-circular-progress__determinate-container " #determinateSpinner >
14
14
< svg [attr.viewBox] ="_viewBox() " class ="mdc-circular-progress__determinate-circle-graphic "
15
- xmlns ="http://www.w3.org/2000/svg ">
15
+ xmlns ="http://www.w3.org/2000/svg " focusable =" false " >
16
16
< circle [attr.r] ="_circleRadius() "
17
17
[style.stroke-dasharray.px] ="_strokeCircumference() "
18
18
[style.stroke-dashoffset.px] ="_strokeDashOffset() "
You can’t perform that action at this time.
0 commit comments