File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import {ModalTest} from "./examples/modal/modal-test";
28
28
import { PlatfromDirectivesTest } from "./examples/platform-directives/platform-directives-test" ;
29
29
import { RouterOutletTest } from "./examples/navigation/router-outlet-test" ;
30
30
31
- // nativeScriptBootstrap(RendererTest);
32
- nativeScriptBootstrap ( TabViewTest ) ;
31
+ nativeScriptBootstrap ( RendererTest ) ;
32
+ // nativeScriptBootstrap(TabViewTest);
33
33
//nativeScriptBootstrap(Benchmark);
34
34
//nativeScriptBootstrap(ListTest);
35
35
//nativeScriptBootstrap(ListTestAsync);
Original file line number Diff line number Diff line change 5
5
<DatePicker [(ngModel)]='model.deliveryDate' ></DatePicker>
6
6
<Label [text]='model.deliveryDate' ></Label>-->
7
7
< SearchBar [(ngModel)] ='model.search '> </ SearchBar >
8
- < Label [text] ='model.search '> </ Label >
9
- < Label [text] ='model.mydate | date:"fullDate" '> </ Label >
8
+ < Label [text] ='model.search ' [style.backgroundColor] =" 'hotpink' " > </ Label >
9
+ < Label [text] ='model.mydate | date:"fullDate" ' [ngStyle] =" {'background-color': 'lime'} " > </ Label >
10
10
< Slider [(ngModel)] ='model.sliderTest '> </ Slider >
11
11
< Label [text] ='model.sliderTest '> </ Label >
12
12
< ListPicker [items] ='model.listPickerItems ' [(ngModel)] ='model.selectedIndex '> </ ListPicker >
You can’t perform that action at this time.
0 commit comments