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 0c1c7ee commit 8b524a8Copy full SHA for 8b524a8
nativescript-angular/dom-adapter.ts
@@ -143,6 +143,7 @@ export class NativeScriptDomAdapter implements ɵDomAdapter {
143
templateAwareRoot(_el: any /** TODO #9100 */): any /** TODO #9100 */ { throw new Error("Not implemented!") }
144
createHtmlDocument(): HTMLDocument { throw new Error("Not implemented!") }
145
defaultDoc(): HTMLDocument { throw new Error("Not implemented!") }
146
+ getDefaultDocument(): Document { throw new Error("Not implemented!") }
147
getBoundingClientRect(_el: any /** TODO #9100 */): any /** TODO #9100 */ { throw new Error("Not implemented!") }
148
getTitle(): string { throw new Error("Not implemented!") }
149
setTitle(_doc: Document, _newTitle: string): any /** TODO #9100 */ { throw new Error("Not implemented!") }
0 commit comments