File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
src/demo-app/a11y/progress-spinner Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
< section >
2
2
< h2 > Loading indicator (Indeterminate progress spinner)</ h2 >
3
- < md-progress-spinner mode ="indeterminate " color ="primary " [strokeWidth] ="1 ">
4
- </ md-progress-spinner >
5
- < md-progress-spinner mode ="indeterminate " color ="accent "> </ md-progress-spinner >
6
- < md-spinner color ="warn "> </ md-spinner >
3
+ < md-spinner color ="indeterminate " [strokeWidth] ="1 "> </ md-spinner >
4
+ < md-spinner color ="accent "> </ md-spinner >
7
5
</ section >
8
6
9
7
< section >
10
- < h2 > Potion of completion (Determinate progress spinner) </ h2 >
11
- < md-progress-spinner mode ="determinate " color ="primary "
12
- [value] ="potionValue "> </ md-progress-spinner >
13
- < md-progress-spinner mode ="determinate " [strokeWidth] =" 1 " color ="warn "
14
- [value] ="potionValue "> </ md-progress-spinner >
8
+ < h2 > Portion of completion (Determinate progress spinner) </ h2 >
9
+ < md-progress-spinner mode ="determinate " [strokeWidth] =" 1 " color ="primary "
10
+ [value] ="portionValue "> </ md-progress-spinner >
11
+ < md-progress-spinner mode ="determinate " color ="warn "
12
+ [value] ="portionValue "> </ md-progress-spinner >
15
13
16
14
</ section >
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import {Component} from '@angular/core';
6
6
templateUrl : 'progress-spinner-a11y.html'
7
7
} )
8
8
export class ProgressSpinnerAccessibilityDemo {
9
- potionValue : number = 60 ;
9
+ portionValue : number = 60 ;
10
10
}
You can’t perform that action at this time.
0 commit comments