nrg

Module for interfacing React components with Angular applications


Keywords
react, angular, javascript
License
MIT
Install
bower install nrg

Documentation

nrg.js

Module for interfacing React components with Angular applications

Install and Inclusion

Grab it with Bower: bower install nrg

Include it in your AngularJS application:

var myApp = angular.module( 'myApp', [ 'nrg' ] );

Install local dev environment

npm install -g gulp
npm install
gulp watch