File tree 2 files changed +10
-15
lines changed
2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
- < div class ="demo-global-controls-container ">
2
- < mat-checkbox [color] ="colorModel " [(ngModel)] ="discrete "> Discrete</ mat-checkbox >
3
- < br >
4
- < mat-checkbox [color] ="colorModel " [(ngModel)] ="showTickMarks "> Show tick marks</ mat-checkbox >
5
- < br >
6
- < mat-button-toggle-group [(ngModel)] ="colorModel " aria-label ="Slider color options ">
7
- < mat-button-toggle value ="primary "> Primary</ mat-button-toggle >
8
- < mat-button-toggle value ="accent "> Accent</ mat-button-toggle >
9
- < mat-button-toggle value ="warn "> Warn</ mat-button-toggle >
10
- </ mat-button-toggle-group >
11
- </ div >
1
+ < mat-checkbox [color] ="colorModel " [(ngModel)] ="discrete "> Discrete</ mat-checkbox >
2
+ < br >
3
+ < mat-checkbox [color] ="colorModel " [(ngModel)] ="showTickMarks "> Show tick marks</ mat-checkbox >
4
+ < br >
5
+ < mat-button-toggle-group [(ngModel)] ="colorModel " aria-label ="Slider color options ">
6
+ < mat-button-toggle value ="primary "> Primary</ mat-button-toggle >
7
+ < mat-button-toggle value ="accent "> Accent</ mat-button-toggle >
8
+ < mat-button-toggle value ="warn "> Warn</ mat-button-toggle >
9
+ </ mat-button-toggle-group >
12
10
13
11
< mat-tab-group [color] ="colorModel ">
14
12
< mat-tab label ="Reactive form controls ">
Original file line number Diff line number Diff line change 1
- .demo-global-controls-container {
2
- padding-bottom : 30px ;
3
- }
4
-
5
1
.demo-data-table {
6
2
font-family : arial , sans-serif ;
7
3
border-collapse : collapse ;
48
44
border : 1px solid ;
49
45
border-radius : 5px ;
50
46
min-width : 300px ;
47
+ margin-top : 30px ;
51
48
}
You can’t perform that action at this time.
0 commit comments