adaneam
adaneam
Could you please provide guidelines for using this library in angular 2 project created with CLI/Webpack.
I'm trying to run the sample in this project. It works with TEST configurations. But when I switch to production by simply changing the server IP, SendCodeAsync() throws TaskCancelled exception...
## Expected Behavior Allows setting 'params.options.postSearch' in angular apps. ## Actual Behavior Somehow when you use this library in angular, the type for options param is changed to RequestInit. This...