Debugging
@ng-apimock/core is uses debug.
Running
You can debug the core by enabling it.
For Windows:
set DEBUG=ng-apimock:*
or macOS
export DEBUG=ng-apimock:*
Logging is now enabled. You can also make logging more specific, for instance:
set DEBUG=ng-apimock:handler*