angular-react icon indicating copy to clipboard operation
angular-react copied to clipboard

Support for angular 12

Open bhanuchhabra7 opened this issue 4 years ago • 1 comments

The current v4 is working with Angular 11, any plans for upgrading the library for angular 12 support?

bhanuchhabra7 avatar Dec 21 '21 12:12 bhanuchhabra7

@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.

ThomasBarnekow avatar Dec 28 '21 20:12 ThomasBarnekow