Convert Angular & project in MVC 5

Hello,
i have Angular 7 Web API project but now i want to convert it into MVC5. i did not have any idea how to do that ? can any one please help me in this.

Why do you want to do this excatly?

also maybe read this: asp.net - How to convert MVC empty project to Web API? - Stack Overflow there are a view other topics there about the same issue.

@KittyKora thank you for your Quick response

@KittyKora, front end i created in angular 7 and the back end code is already in MVC 5 using entity framework. so i want to change the front end code which i created in Angular 7 into MVC5.