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 but is it feasible to do the other way around?
How can regular JavaScript /Angular code tap into the JavaScript generated from Clojurescript ?
The dream would be to write new features in clojurescript and have them work side by side with the legacy code.
Any tips or tricks regarding this are welcome.