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 4e76317 commit 6b23a4eCopy full SHA for 6b23a4e
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