mdasberg / ng-apimock

Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
MIT License
99 stars 26 forks source link

Can't able to mock service call in ionic 3 application #56

Open aswathyravi90 opened 6 years ago

aswathyravi90 commented 6 years ago

hi

I am trying to mock service (http://localhost:8100/assets/data.json) call from https://github.com/kristofferandreasen/simple-ionic-3-app. But i am able to run server.js. Still not able set up middle ware connection between application and server.js. Could you please suggest how to set up middle ware connection in this application