UNPKG

msflowsdk-angular

Version:

This is a custom implementation of https://flow.microsoft.com/content/msflowsdk-1.1.js for using in Angular Project. This is currently in Beta testing phase and please don't use for any production implementation

25 lines (12 loc) 480 B
MS Flow SDK Angular Module -- This Is for Testing Purpose Please don't use it. ========= ## Installation `npm install msflowsdk-angular` ## Usage var msflowsdk-angular = require('msflowsdk-angular'); <!-- Output should be `35,666` ## Tests `npm test` --> ## Contributing In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.