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

Docs: How to use the recording feature with Angular 2+? #52

Open jfahrenkrug opened 6 years ago

jfahrenkrug commented 6 years ago

I'm intrigued by the recording feature, but I'm not sure whether it only works with AngularJS and not with Angular 2+. If it does work with Angular 2+: How does it work and what exactly do I have to do to capture all the API requests on a given page?

Thanks!