redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

Question: How to use this in an Angular-cli project? #39

Open dancancro opened 7 years ago

dancancro commented 7 years ago

Pre-question: What is the preferred way to ask questions related to this project? Stackoverflow, Github issue, something else?

Angular-CLI is a command line interface for generating Angular 2 projects. It uses System.js and has a file called angular-cli-build.js in which you list the files that should be copied from the src directory to the dist directory. There are instructions for integrating 3rd party libraries here but I don't see instructions that work for this one.

I tried adding these to angular-cli-build.js but that didn't do anything

      'redux-promise/lib/index.js',
      'flux-standard-action/lib/index.js',
      'lodash.isplainobject/index.js'