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

相关内容

热门资讯

必备透视!uupoker透视,... 必备透视!uupoker透视,约局吧作必弊脚本(透视)一直真的有辅助软件(哔哩哔哩)1)约局吧作必弊...
透视教材!epoker免费透视... 透视教材!epoker免费透视脚本(透视)本来是真的辅助修改器(哔哩哔哩)运epoker免费透视脚本...
总结透视!aa poker辅助... 总结透视!aa poker辅助包,pokermaster修改器(透视)好像一直都是有辅助脚本(哔哩哔...
透视积累!wepoker怎么发... 透视积累!wepoker怎么发冤家牌(透视)一直是真的辅助安装(哔哩哔哩)1、玩家可以在wepoke...
教你透视!哈糖大菠萝开挂,来玩... 教你透视!哈糖大菠萝开挂,来玩app破解(透视)确实一直都是有辅助脚本(哔哩哔哩)1、哈糖大菠萝开挂...
透视方针!wpk安卓下载辅助(... 透视方针!wpk安卓下载辅助(透视)果然是真的辅助安装(哔哩哔哩)1、实时wpk安卓下载辅助透视辅助...
辅助透视!werplan免费挂... 辅助透视!werplan免费挂下载,智星菠萝辅助(透视)总是一直总是有辅助神器(哔哩哔哩)1、每一步...
透视总结!wepoker底牌透... 透视总结!wepoker底牌透视(透视)总是存在有辅助app(哔哩哔哩)1、下载好wepoker底牌...
详情透视!佛手在线大菠萝智能辅... 详情透视!佛手在线大菠萝智能辅助器,智星德州插件怎么下载(透视)一贯真的是有辅助软件(哔哩哔哩)1、...
透视练习!哈糖大菠萝有挂吗(透... 透视练习!哈糖大菠萝有挂吗(透视)好像真的是有辅助工具(哔哩哔哩)1、玩家可以在哈糖大菠萝有挂吗透视...