Let's see a basic example of getting data using old Angular http: getData() { this.http.get('https://example.com/somejson') .map((response: ...
確定! 回上一頁