I have created an basic angular application and deployed on netlify.But only white screen is coming. I inspected through console there was some error which I'm unable to solve. Can someone help me please

Here is the netlify site -
https://aditiwedsabhinav.netlify.app/

I have created an basic angular application and deployed on netlify.But only white screen is coming. I inspected through console there was some error which I’m unable to solve. Can someone help me please

@abhinavrjbit The error is originating from within your application at runtime and is unrelated to hosting on Netlify, so debugging it is unfortunately well outside the Scope of Support for Netlify’s team and these forums.

I’d suggest that you ensure you can get it running properly locally first.

Running it locally will also help you to debug it, as errors are easier to track in non-minified code.