Basic implementation of async wrapper for control flow. Based on generators and promises. Angular DI is used for experiments.
# Clone this repo
git clone https://github.com/skalpe/asyncWrapper.git
# Install all the the dev dependencies, such as Karma, Gulp, etc.
npm install
# If you wanna use "karma" or "gulp" commands, install also:
npm install -g karma-cli
npm install -g gulpgulp build
gulp serve