Skip to content

Commit 64fdd36

Browse files
committed
fix(renderer): wrong imports from tns-core-modules
1 parent 21fffd0 commit 64fdd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: nativescript-angular/renderer.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {
55
} from "@angular/core";
66
import { APP_ROOT_VIEW, DEVICE } from "./platform-providers";
77
import { isBlank } from "./lang-facade";
8-
import { View } from "tns-core-modules/ui/core/view";
8+
import { View } from "ui/core/view";
99
import { addCss } from "application";
10-
import { topmost } from "tns-core-modules/ui/frame";
10+
import { topmost } from "ui/frame";
1111
import { ViewUtil } from "./view-util";
1212
import { NgView } from "./element-registry";
1313
import { rendererLog as traceLog } from "./trace";

0 commit comments

Comments
 (0)