File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ <h5>Template-driven form</h5>
118118 </ form >
119119 </ div >
120120 < div class ="range-sample-column ">
121- < h5 > Template-driven form</ h5 >
121+ < h5 > Reactive form</ h5 >
122122 < div class ="radio-container ">
123123 < igx-radio *ngFor ="let option of updateOnOptions " value ="{{option}} " [(ngModel)] ="updateOn "
124124 (change) ="updateOnChange($event) ">
Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ $range-sample-space: 16px;
77.range-sample-column {
88 display : flex ;
99 flex-direction : column ;
10+ flex-basis : 50% ;
1011 padding : $range-sample-space ;
1112 border-right : 1px solid #ddd ;
1213
13- > * {
14- margin-bottom : 16px ;
15-
16- & :last-of-type {
17- margin-bottom : 0 ;
14+ .date-picker-sample-buttons {
15+ button {
16+ margin : 0.5rem ;
1817 }
1918 }
2019
You can’t perform that action at this time.
0 commit comments