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还有很多配置项与其他的几种请求方式,可以参考官网自行测试

相关内容

热门资讯

昨日!微乐微信小程序辅助软件,... 昨日!微乐微信小程序辅助软件,新卡农有挂吗,诀窍教程(有挂教学)-哔哩哔哩一、微乐微信小程序辅助软件...
做出回应!epoker底牌透视... 做出回应!epoker底牌透视,永胜联盟金花辅助,指引教程(确实有挂)-哔哩哔哩1、上手简单,内置详...
总结透视!微扑克微乐辅助,微乐... 总结透视!微扑克微乐辅助,微乐小程序免费黑科技下载,练习教程(有挂技巧)-哔哩哔哩1、总结透视!微扑...
随着!天天爱消除辅助教程,边锋... 随着!天天爱消除辅助教程,边锋老友乳山辅助,机巧教程(有挂实锤)-哔哩哔哩1)天天爱消除辅助教程免费...
2026版复盘!悦扑克脚本,家... 2026版复盘!悦扑克脚本,家乡大二怎么挂,练习教程(有挂方法)-哔哩哔哩运家乡大二怎么挂辅助工具,...
总结透视!wepoker智能辅... 总结透视!wepoker智能辅助插件,微乐小程序外辅助工具,练习教程(有挂规律)-哔哩哔哩1、点击下...
此事迅速冲上热搜!乐胡摆叫有没... 此事迅速冲上热搜!乐胡摆叫有没有黑科技,打哈儿脚本,窍要教程(有挂方法)-哔哩哔哩1、该软件可以轻松...
透视了解!sohoo开挂辅助,... 透视了解!sohoo开挂辅助,海南骨牌辅助器免费,窍门教程(有挂秘诀)-哔哩哔哩1、海南骨牌辅助器免...
曝光透视!wepoker一直输... 曝光透视!wepoker一直输的号能继续打吗,广西微乐小程序辅助器,讲义教程(有挂头条)-哔哩哔哩1...
刚刚!闲娱江西修改器,雀神挂件... 刚刚!闲娱江西修改器,雀神挂件价格辅助开挂,攻略教程(有挂详情)-哔哩哔哩刚刚!闲娱江西修改器,雀神...