The most commonly used one in this module is $httpBackend. The documentation is actually quite complete, but you might feel a little dizzy the first time you read it. Just write a demo and try it a few times.
Other services under this module are similar and are no more complicated to use than the one above. Specific questions can be found in this directory: https://docs.angularjs.org/api/ngMock
If you want to find a tutorial, just look it up first, and then Google the corresponding name.
The most commonly used one in this module is
$httpBackend
. The documentation is actually quite complete, but you might feel a little dizzy the first time you read it. Just write a demo and try it a few times.https://docs.angularjs.org/api/ngMock/service/$httpBackend
Other services under this module are similar and are no more complicated to use than the one above. Specific questions can be found in this directory: https://docs.angularjs.org/api/ngMock
If you want to find a tutorial, just look it up first, and then Google the corresponding name.