Can Angular be used in/with WordPress?

Logically, I think this can be done. There should be a way to integrate Angular along with WordPress for your SPA. You would have to use the wordpress REST API to connect them both though. Also, you would need to enqueue the scripts in functions.php for the same. Although I am not sure about running angular code in wordpress. You will need some sort of plugin to help wordpress understand the angular code.