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 c88f519 commit 4b19d1dCopy full SHA for 4b19d1d
1 file changed
nativescript-angular/view-util.ts
@@ -37,10 +37,6 @@ export function isContentView(view: any): view is NgContentView {
37
return view instanceof ContentView;
38
}
39
40
-export function isPlaceholder(view: any): view is NgPlaceholder {
41
- return view instanceof Placeholder;
42
-}
43
-
44
const propertyMaps: Map<Function, Map<string, string>> = new Map<Function, Map<string, string>>();
45
46
export class ViewUtil {
0 commit comments