angular-react
angular-react copied to clipboard
Support for angular 12
The current v4 is working with Angular 11, any plans for upgrading the library for angular 12 support?
@bhanuchhabra7, I am using the packages with Angular 12. You can install with the --force option. Once you have done that, you'll need to manually install (e.g., using npm install --save ...) the following missing dependencies:
-
classnames, -
css-to-style, and -
stylenames.
However, I have not yet done any complicated things, so I don't know whether everything works without issues.