0

Hello I would like to add a new npm package to blur-admin. For example I would like to use ng-redux with it.

Is there a proper documentation or an example of how to do it?

Thanks

hackp0int
  • 4,052
  • 8
  • 59
  • 95

1 Answers1

0

Its easy. Run command line. Go to blur-admin folder and run:

npm install --save ng-redux
Vadim Pavlovich
  • 161
  • 2
  • 11