Skip to content

Commit 87e2d14

Browse files
authored
Merge pull request #14 from ShawnPavel/ng-demo-update
Update Angular demo to better match PAN demo
2 parents 1f8f0f4 + 2e13f99 commit 87e2d14

20 files changed

+183
-145
lines changed
2.88 KB
Loading
1.4 KB
Loading
1.85 KB
Loading
4.13 KB
Loading
7.1 KB
Loading
5.07 KB
Loading
2.46 KB
Loading
5.96 KB
Loading
5.07 KB
Loading

demo-ng/app/app.module.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import { NativeScriptModule } from "nativescript-angular/nativescript.module";
33
import { AppRoutingModule } from "./app.routing";
44
import { AppComponent } from "./app.component";
55

6-
import { ItemService } from "./item/item.service";
7-
import { ItemsComponent } from "./item/items.component";
8-
import { ItemDetailComponent } from "./item/item-detail.component";
6+
import { CaptureComponent } from "./capture/capture.component";
97

108
@NgModule({
119
bootstrap: [
@@ -17,11 +15,9 @@ import { ItemDetailComponent } from "./item/item-detail.component";
1715
],
1816
declarations: [
1917
AppComponent,
20-
ItemsComponent,
21-
ItemDetailComponent
18+
CaptureComponent
2219
],
2320
providers: [
24-
ItemService
2521
],
2622
schemas: [
2723
NO_ERRORS_SCHEMA

0 commit comments

Comments
 (0)