angular2react icon indicating copy to clipboard operation
angular2react copied to clipboard

One line of code to turn any Angular 1 Component into a React Component

Results 18 angular2react issues
Sort by recently updated
recently updated
newest added

Bumps [karma](https://github.com/karma-runner/karma) from 2.0.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

https://github.com/coatue-oss/angular2react/blob/cb2e0dcd4a83d3b219c7a9441a64dd53253eee15/index.tsx#L48 Is there a possibility of changing deprecated lifecycle methods? Neither componentWillMount nor componentWillReceiveProps will work in v17 plus there're console warnings in 16.9. Thanks

It is just a proposal... I feel that I miss something... Any idea? Why don't use an approach like this?

Bumps [angular](https://github.com/angular/angular.js) from 1.6.9 to 1.8.0. Changelog Sourced from angular's changelog. 1.8.0 nested-vaccination (2020-06-01) This release contains a breaking change to resolve a security issue which was discovered by Krzysztof...

dependencies

I want to start by saying that I really like what you've accomplished here. It's a really useful tool for those which want to gradually migrate an AngularJS project to...

we are using angular 1.4 which doesn't have components. is there a way to use this with directives? thanks!

Currently, `componentWillUnmount` only calls `this.state.scope.$destroy()`. It should also "destroy" the compiled element so `$destroy` is trigger: https://docs.angularjs.org/api/ng/function/angular.element#events > $destroy - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this...

Can you be more specific on what versions of AngularJS this works with?

Hey @bcherny, Thanks a bunch for this tool. It's making migrating to react possible for us 🎉 . I'm getting some noise in the console because of this, and #32...