Skip to main content

Record requests/responses

Enable / disable the recording of requests/responses that @ng-apimock/core has made.

Usage

recordRequests(true); // default behaviour is false

Example

recordRequests(true);

Executing this will record the requests/responses. They can be retrieved using get-recordings.