Javascript – Navigation Blocking HTML Rendering When `navigateByUrl` is Used, But Allows Typescript Code to Run
I'm working with Angular and I'm having an issue where my page succesfullPayment doesn't load HTML document, but allows the typescript of the component to run. Let's start with my component ts: import { CommonModule } from '@angular/common'; import {…