react2angular
react2angular copied to clipboard
The easiest way to embed React components in Angular 1 apps.
Hi, I am using today react2angular in my angularjs application in order to adapt react components I want to extract these components to another application, however, it causes an error...
`npm audit` shows a critical vulnerability at the following path **ngcomponent > lodash** Critical │ Lodash Package for Node.js lodash.js safeGet() Function │ │ │ Object Prototype Manipulation Unspecified Issue...
Right now, two build targets are produced (`index.js` and `index.es2015.js`). Could we also add a browser-compatible target? I quickly hacked together [a build using rollup](https://github.com/coatue-oss/react2angular/compare/master...tlvince:rollup) without realising rollupify also already...
See https://github.com/coatue-oss/react2angular/issues/11: > 1. Mark the component as `transclude: true` > 2. Compile transcluded children in the component's scope > 3. Convert the compiled elements to JSX, and pass them...
Hi, 1. Firstly, thanks for this amazing lib. 2. The lib works all fine when run locally (development setup), however when bundled, I see there is an issue as below...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The correct property name for type definitions in package.json is "types" not "typings". Without this change, you can not import from react2angular in typescript.
Below code doesn't work as I expected. Have been running into ``` Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components)...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...