Reactjs – What's the best way to give hosted React components access to my Angular sevices?
I'm migrating an existing React app over to Angular. Each React component will eventually be rewritten, but in the meantime I'm hosting them in Angular components based on this method: https://medium.com/@joseph5/rendering-react-component-in-angular-apps-9154fa3198d1. I'm using a component instead of a directive, but…