Skip to content

Commit 69e1743

Browse files
committed
update ng import
1 parent 7c2f891 commit 69e1743

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo-ng/app/app.component.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { Component } from "@angular/core";
2-
import { CameraPlus } from 'nativescript-camera-plus';
3-
import { registerElement } from 'nativescript-angular/element-registry';
4-
registerElement('CameraPlus', () => <any>CameraPlus);
2+
import { CameraPlus } from "@nstudio/nativescript-camera-plus";
3+
import { registerElement } from "nativescript-angular/element-registry";
4+
registerElement("CameraPlus", () => <any>CameraPlus);
55

66
@Component({
7-
selector: "ns-app",
8-
templateUrl: "app.component.html",
7+
selector: "ns-app",
8+
templateUrl: "app.component.html"
99
})
10-
export class AppComponent { }
10+
export class AppComponent {}

0 commit comments

Comments
 (0)