📜  不推荐使用 Angular http - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:50.608000             🧑  作者: Mango

代码示例1
Before version 4.3, the @angular/http module was used for making 
HTTP requests in Angular applications. 
The Angular team has now deprecated Http in version 5. 
The HttpClient API from @angular/common/http package that shipped 
in version 4.3 is now recommended for use in all apps. 

Usage:
import { HttpClientModule } from '@angular/common/http';