add debug print to navigate func

This commit is contained in:
Gregory Brzezinski 2022-11-02 18:00:58 +03:00
parent ab37445311
commit a3775ed3ac

View File

@ -14,7 +14,7 @@ export class AppComponent implements OnInit{
ngOnInit(){
document.addEventListener('GoChangeRoute_Callback', (event:any) => {
this.router.navigate([event.detail])
console.log("here")
console.log("Navigating to route:" + event.detail)
})
}
ngAfterViewInit(){