I have built an application using mostly Angular. Now I\'d like to transition the project to Clojurescript. Clojurescript has very nice interop with JavaScript as we all know bu
For Angular integration in ClojureScript, you can use the gyr extension.
For data conversion from Clojure types to Java Script types you can use clj->js.