mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Add url bar display
This commit is contained in:
parent
fd297a6f5f
commit
d4081f4751
@ -140,4 +140,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
// change detection (not in the template like ConsoleComponent does)
|
// change detection (not in the template like ConsoleComponent does)
|
||||||
element.scrollTop = element.scrollHeight;
|
element.scrollTop = element.scrollHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframeLoad(): void {
|
||||||
|
this.iframeUrl = this.webiframe.nativeElement.contentDocument.location.href.replace(document.baseURI, '/');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user