I am new at angular and trying to deploy it on Github Pages. I am not sure what I am doing wrong here because the app is not working. When I did inspect on the page I found below:

Now when I clicked on one of these resource link I found that they are not accessible due to CORS origin. I am not sure how to fix this, I tried to see if on github is there any configuration which could be changes to fix this problem but found nothing so far. Please let me know if you have seen this problem before and have got around it. Thank You
Here is the project: https://github.com/EngrAshishKumar/angular_tic_tac_toe.git


<base href="">and now it is working.