File tree Expand file tree Collapse file tree 3 files changed +3
-72
lines changed Expand file tree Collapse file tree 3 files changed +3
-72
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ import { nativeScriptBootstrap } from "./nativescript-angular/application";
12
12
//import {Benchmark} from './performance/benchmark';
13
13
//import {ListTest} from './examples/list/list-test';
14
14
import { ListTestAsync } from "./examples/list/list-test-async" ;
15
+ // import {ImageTest} from "./examples/image/image-test";
15
16
16
17
//nativeScriptBootstrap(RendererTest);
17
18
//nativeScriptBootstrap(Benchmark);
18
19
//nativeScriptBootstrap(ListTest);
19
20
nativeScriptBootstrap ( ListTestAsync ) ;
21
+ // nativeScriptBootstrap(ImageTest);
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export function createPage() {
20
20
profiling . start ( 'ng-bootstrap' ) ;
21
21
console . log ( 'BOOTSTRAPPING...' ) ;
22
22
//bootstrap(Benchmark, []).then((appRef) => {
23
- // bootstrap(RendererTest, []).then((appRef) => {
23
+ //bootstrap(RendererTest, []).then((appRef) => {
24
24
//bootstrap(ListTest, []).then((appRef) => {
25
25
//bootstrap(ListTestAsync, []).then((appRef) => {
26
26
bootstrap ( ImageTest , [ ] ) . then ( ( appRef ) => {
You can’t perform that action at this time.
0 commit comments