mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Add url bar display
This commit is contained in:
		@@ -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, '/');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user