I want to setup ngrok for front-end as well as back-end at the same time which is not possible by the way because my front-end is on Angular 6 and back-end is in the .net core.
I implemented ngrok when both front-end and back-end were on the same host and port. (Both was in .Net and MVC). So they were running on the same port.
Now, I want to know if there any alternative way to do this.
My Angular 6 runs on http://localhost:4200/ Back-end runs on https://localhost:44343/
Please Suggest me if any.