angular-react
angular-react copied to clipboard
Working from source
Hi, I have an angular project which hosts a sub-directory with several components. I want to migrate the sub-project to react and embed it in the angular. But, I don't want to bundle the react migrated folder as an NPM package. Is it possible to embed the react folder (source code)? if not, is there a simpler solution rather then bundling a react NPM package?
Thanks