File tree Expand file tree Collapse file tree 3 files changed +8
-25
lines changed
custom-controls/components/selectbox Expand file tree Collapse file tree 3 files changed +8
-25
lines changed Original file line number Diff line number Diff line change 1
-
2
1
: host {
3
- dis play: flex;
4
- flex- direction: column;
5
2
background- color : mediumseagreen;
6
- }
7
-
8
- : host > * {
9
- display : flex;
10
- min-height : 100% ;
11
- }
12
-
13
- .original-container {
14
- flex : 1 ;
15
- justify-content : center;
16
- align-items : center;
17
3
dis play: flex;
4
+ flex- wrap: wrap;
5
+ justify- content: space- around;
18
6
}
19
7
20
- .original-container > * {
21
- flex : 0.5 ;
8
+ .playground-item {
9
+ width : 500 px ;
22
10
}
Original file line number Diff line number Diff line change 1
- < div class ="custom-container ">
2
- < custom-playground-template-driven-forms > </ custom-playground-template-driven-forms >
3
- < custom-playground-reactive-forms > </ custom-playground-reactive-forms >
4
- </ div >
5
-
6
- < div class ="original-container ">
7
- < custom-playground-original-design > </ custom-playground-original-design >
8
- </ div >
1
+ < custom-playground-template-driven-forms class ="playground-item "> </ custom-playground-template-driven-forms >
2
+ < custom-playground-reactive-forms class ="playground-item "> </ custom-playground-reactive-forms >
3
+ < custom-playground-original-design class ="playground-item "> </ custom-playground-original-design >
Original file line number Diff line number Diff line change 1
1
< div class ="select ">
2
2
< select
3
- #selectControl
3
+ #selectElement
4
4
[id] ="id "
5
5
[(ngModel)] ="value "
6
6
You can’t perform that action at this time.
0 commit comments