File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
src/demo-app/a11y/progress-spinner Expand file tree Collapse file tree 2 files changed +10
-8
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 "
4
- [value] ="loadingValue " color ="primary " [strokeWidth] ="1 ">
3
+ < md-progress-spinner mode ="indeterminate " color ="primary " [strokeWidth] ="1 ">
5
4
</ md-progress-spinner >
6
- < md-progress-spinner mode ="indeterminate "
7
- [value] =" loadingValue " color ="accent "> </ md-progress -spinner >
5
+ < md-progress-spinner mode ="indeterminate " color =" accent " > </ md-progress-spinner >
6
+ < md-spinner color ="warn "> </ md-spinner >
8
7
</ section >
9
8
10
9
< section >
11
10
< h2 > Potion of completion (Determinate progress spinner) </ h2 >
12
- < md-progress-spinner mode ="indeterminate " color ="primary "> </ md-progress-spinner >
13
- < md-spinner color ="warn "> </ md-spinner >
14
- </ section >
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 >
15
+
16
+ </ 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
- loadingValue : number = 30 ;
9
+ potionValue : number = 60 ;
10
10
}
You can’t perform that action at this time.
0 commit comments