Skip to content

Commit 8b524a8

Browse files
ADjenkovsis0k0
authored andcommitted
refactor: Implement ɵDomAdapter
reason: angular/angular@2f2d5f3
1 parent 0c1c7ee commit 8b524a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nativescript-angular/dom-adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export class NativeScriptDomAdapter implements ɵDomAdapter {
143143
templateAwareRoot(_el: any /** TODO #9100 */): any /** TODO #9100 */ { throw new Error("Not implemented!") }
144144
createHtmlDocument(): HTMLDocument { throw new Error("Not implemented!") }
145145
defaultDoc(): HTMLDocument { throw new Error("Not implemented!") }
146+
getDefaultDocument(): Document { throw new Error("Not implemented!") }
146147
getBoundingClientRect(_el: any /** TODO #9100 */): any /** TODO #9100 */ { throw new Error("Not implemented!") }
147148
getTitle(): string { throw new Error("Not implemented!") }
148149
setTitle(_doc: Document, _newTitle: string): any /** TODO #9100 */ { throw new Error("Not implemented!") }

0 commit comments

Comments
 (0)