We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contains
1 parent 8a8e10a commit bae45f6Copy full SHA for bae45f6
nativescript-angular/dom-adapter.ts
@@ -49,6 +49,7 @@ export class NativeScriptDomAdapter implements ɵDomAdapter {
49
getProperty(_el: Element, _name: string): any { throw new Error("Not implemented!") }
50
invoke(_el: Element, _methodName: string, _args: any[]): any { throw new Error("Not implemented!") }
51
52
+ contains(_nodeA: any, _nodeB: any): any /** TODO #9100 */ { throw new Error("Not implemented!") }
53
parse(_templateHtml: string): any /** TODO #9100 */ { throw new Error("Not implemented!") }
54
query(_selector: string): any { throw new Error("Not implemented!") }
55
querySelector(_el: any /** TODO #9100 */, _selector: string): HTMLElement { throw new Error("Not implemented!") }
0 commit comments