HttpClient从WebAPI返回奇怪的ID Angular + .net核心

时间:2018-10-12 15:01:34

标签: angular asp.net-web-api asp.net-core angular-httpclient

我从Angular 6向.net Core Api提出了请求。 但是我没有普通ID,而是普通ID enter image description here

尤其不能解释其余数据是否正确返回。结果直接在控制器API中看起来不错 enter image description here

请注意,主对象不应具有任何Id属性。但是API返回了,为什么呢?在屏幕上是rIB71TsfP5rbBl00QVi8

我获取这些数据的方法很简单:

get<T>(url: string): Observable<T> {
    return this.http.get<T>(this.apiUrl + url);
}

我不知道为什么我不能在这里复制它... https://stackblitz.com/edit/angular-rjvat4?file=src/app/app.component.ts

1 个答案:

答案 0 :(得分:0)

我发现了问题。其他lib ng-material-multilevel-menu会覆盖该ID ...