We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29da2d commit 9e2fcaaCopy full SHA for 9e2fcaa
tests/app/tests/property-sets.ts
@@ -6,12 +6,16 @@ import {
6
NgView,
7
ViewExtensions,
8
ViewClassMeta,
9
+ NgElement,
10
} from "nativescript-angular/element-registry";
11
import {Red} from "color/known-colors";
12
import {device, platformNames} from "platform";
13
import {createDevice} from "./test-utils";
14
15
class TestView extends View implements ViewExtensions {
16
+ public previousSibling: NgElement;
17
+ public nextSibling: NgElement;
18
+ public lastChild: NgElement;
19
public nodeName: string = "TestView";
20
public nodeType: number = 1;
21
public templateParent: NgView = null;
0 commit comments