Skip to content
Module for interfacing React components with Angular applications
JavaScript CSS
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
demo Update to be more inline with article
lib
src Update to be more inline with article
.bowerrc
.gitignore Removed /lib from .gitignore
LICENSE Version 1.0.0
README.md Update to be more inline with article
bower.json Update to be more inline with article
gulpfile.js
index.html Update to be more inline with article
package.json Update to be more inline with article

README.md

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
Something went wrong with that request. Please try again.