File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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";
2828import { PlatfromDirectivesTest } from "./examples/platform-directives/platform-directives-test" ;
2929import { RouterOutletTest } from "./examples/navigation/router-outlet-test" ;
3030
31- // nativeScriptBootstrap(RendererTest);
32- nativeScriptBootstrap ( TabViewTest ) ;
31+ nativeScriptBootstrap ( RendererTest ) ;
32+ // nativeScriptBootstrap(TabViewTest);
3333//nativeScriptBootstrap(Benchmark);
3434//nativeScriptBootstrap(ListTest);
3535//nativeScriptBootstrap(ListTestAsync);
Original file line number Diff line number Diff line change 55 <DatePicker [(ngModel)]='model.deliveryDate' ></DatePicker>
66 <Label [text]='model.deliveryDate' ></Label>-->
77 < 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 >
1010 < Slider [(ngModel)] ='model.sliderTest '> </ Slider >
1111 < Label [text] ='model.sliderTest '> </ Label >
1212 < ListPicker [items] ='model.listPickerItems ' [(ngModel)] ='model.selectedIndex '> </ ListPicker >
You can’t perform that action at this time.
0 commit comments