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 279b039 commit ffe0397Copy full SHA for ffe0397
nativescript-angular/renderer.ts
@@ -13,7 +13,7 @@ import { profile } from "tns-core-modules/profiling";
13
import { APP_ROOT_VIEW, DEVICE, getRootPage } from "./platform-providers";
14
import { isBlank } from "./lang-facade";
15
import { ViewUtil } from "./view-util";
16
-import { NgView, InvisibleNode, isDetachedElement } from "./element-registry";
+import { NgView, InvisibleNode } from "./element-registry";
17
import { rendererLog as traceLog } from "./trace";
18
19
// CONTENT_ATTR not exported from NativeScript_renderer - we need it for styles application.
0 commit comments