Skip to content

Commit 80736ff

Browse files
committed
Merge pull request #52 from NathanWalker/example-fix-file
fix(file): remove invalid file
2 parents 292fe4f + 9ba2bd1 commit 80736ff

File tree

3 files changed

+3
-72
lines changed

3 files changed

+3
-72
lines changed

ng-sample/app/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ import { nativeScriptBootstrap } from "./nativescript-angular/application";
1212
//import {Benchmark} from './performance/benchmark';
1313
//import {ListTest} from './examples/list/list-test';
1414
import {ListTestAsync} from "./examples/list/list-test-async";
15+
// import {ImageTest} from "./examples/image/image-test";
1516

1617
//nativeScriptBootstrap(RendererTest);
1718
//nativeScriptBootstrap(Benchmark);
1819
//nativeScriptBootstrap(ListTest);
1920
nativeScriptBootstrap(ListTestAsync);
21+
// nativeScriptBootstrap(ImageTest);

ng-sample/app/examples/web-images/image-test.ts

Lines changed: 0 additions & 71 deletions
This file was deleted.

ng-sample/app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function createPage() {
2020
profiling.start('ng-bootstrap');
2121
console.log('BOOTSTRAPPING...');
2222
//bootstrap(Benchmark, []).then((appRef) => {
23-
// bootstrap(RendererTest, []).then((appRef) => {
23+
//bootstrap(RendererTest, []).then((appRef) => {
2424
//bootstrap(ListTest, []).then((appRef) => {
2525
//bootstrap(ListTestAsync, []).then((appRef) => {
2626
bootstrap(ImageTest, []).then((appRef) => {

0 commit comments

Comments
 (0)