angular入门基础教程(十一)与服务端数据交互
创始人
2024-11-15 19:10:02
0

前后端分离开发,少不了与后端进行数据接口的对接,在vue,react中我们要借助第三方的axios来进行数据请求。在ng中,为我们封装了了一层httpClient,我们直接使用即可

依赖注入

我们需要再次封装一次

import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core';  @Injectable({   providedIn: 'root', }) export class HttpService {   constructor(private http: HttpClient) {     this.http = http;   }    getData() {     return this.http.get('https://xxxxxxxxxx');   } } 

组件中使用

依赖注入,我们封装好了的接口方法

import { Component, inject } from '@angular/core'; import { HttpService } from '../../services/http.service'; import { firstValueFrom } from 'rxjs'; @Component({   selector: 'app-about',   standalone: true,   imports: [FormsModule, UpperCasePipe],   templateUrl: './about.component.html',   styleUrl: './about.component.css', }) export class AboutComponent {    dataLists: any = [];   //依赖注入,我们封装好了的接口方法   constructor(     private carServices: CarServiceService,     private httpService: HttpService   ) {   }    //声明周期   async ngOnInit() {     console.log('ngOnInit');      //将获取接口数据的.subscribe改造成了async await     const products = await firstValueFrom(this.httpService.getData());     console.log('🚀 ~ AboutComponent ~ ngOnInit ~ res:', products);     this.dataLists = products;   } } 

在这里插入图片描述

在这里插入图片描述
这样我们就获取到了后端数据

关于httpClient还有很多配置项与其他的几种请求方式,可以参考官网自行测试

相关内容

热门资讯

2026版方法!红龙poker... 2026版方法!红龙poker辅助平台,樱花之盛辅助,指南辅助器(有挂细节)-哔哩哔哩1、红龙pok...
随着!欢乐掌心辅助,本来真的是... 随着!欢乐掌心辅助,本来真的是有辅助下载(有挂工具)-哔哩哔哩1.欢乐掌心辅助 选牌创建新账号,点击...
必备透视!来玩app破解,ep... 必备透视!来玩app破解,epoker免费透视脚本(透视)竟然一直总是有辅助软件(哔哩哔哩)所有人都...
透视肯定!哈糖大菠萝能开挂吗,... 透视肯定!哈糖大菠萝能开挂吗,决战卡五星开挂方法,绝活辅助攻略(有挂技巧)-哔哩哔哩1、任何哈糖大菠...
今日!山西扣点辅助工具,一直真... 今日!山西扣点辅助工具,一直真的是有辅助工具(果真有挂)-哔哩哔哩1、任何山西扣点辅助工具透视是真的...
科普透视!werplan外卦神... 科普透视!werplan外卦神器,xpoker透视辅助(透视)竟然是有辅助攻略(哔哩哔哩)1、金币登...
网友热议!红龙poker辅助工... 网友热议!红龙poker辅助工具,蜀山四川辅助脚本多少钱,步骤辅助app(有挂总结)-哔哩哔哩1、完...
无独有偶!渝都麻将开挂方法,真... 无独有偶!渝都麻将开挂方法,真是存在有辅助神器(有挂神器)-哔哩哔哩1、让任何用户在无需渝都麻将开挂...
揭露透视!werplan免费挂... 揭露透视!werplan免费挂下载,aa poker辅助(透视)好像一直总是有辅助攻略(哔哩哔哩)1...
透视黑科技!agpoker辅助... 透视黑科技!agpoker辅助,桂林老k字字牌辅助,指南辅助脚本(有挂秘笈)-哔哩哔哩1、桂林老k字...