You can use HttpBackend. Example: import { HttpClient, ..., HttpBackend } from '@angular/common/http'; @Injectable() export class TestService { private ...
確定! 回上一頁