@ ng-zorro / rebirth-http Java JPA,例如Angular的HTTP客户端。 :package: 安装 $ npm install @ng-zorro/rebirth-http --save :hammer: 用法 步骤1,注册RebirthHttpModule import { RebirthHttpModule } from '@ng-zorro/rebirth-http' ; @ NgModule ( { imports : [ BrowserModule , RebirthHttpModule ] , declarations : [ AppComponent ] , bootstrap : [ AppComponent ] , } ) export class AppModule { } 步骤2,创建REST客户端 import { Any , RebirthHttpClient , JSONP , GET , POST , PUT , DELETE , PATCH , BaseUrl ,