angular-react/libs/core
Aaron Greenwald ab3f82500d bump major version 2020-09-13 11:57:18 +03:00
..
src use requestAnimationFrame instead of setTimeOut 2019-07-03 15:46:10 +03:00
README.md update docs, remove stale documentation 2019-08-19 17:11:28 +03:00
karma.conf.js fix all docs tests and run tests in CI (#100) 2019-03-17 17:40:54 +02:00
package.json bump major version 2020-09-13 11:57:18 +03:00
public-api.ts Update to license/copyright on each lib file. Lint fixes. 2018-08-16 12:17:03 -07:00
tsconfig.lib.json Allow specifying arbitrary event handlers to any ReactWrapperComponent (#39) 2018-12-01 20:47:31 +02:00
tsconfig.spec.json Package upgrades, Prettier alignment (#38) 2018-12-01 21:25:27 +02:00
tslint.json Package upgrades, Prettier alignment (#38) 2018-12-01 21:25:27 +02:00

README.md

@angular-react/core

npm version

This library provides the core functionality for wrapping arbitrary React components so that they can be used inside an Angular project. For an example of how it can be used, see @angular-react/fabric which uses this library to expose office-ui-fabric-react components in Angular.

For more info, see the README in this repository's root.

Documentation, quick start, and guides | Demo | Contributing | StackBlitz Template |

Getting Started

npm install @angular-react/core