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

相关内容

热门资讯

透视数据!智星德州有脚本吗,w... 《透视数据!智星德州有脚本吗,wepoker游戏下载(详细辅助解密教程)》 智星德州有脚本吗软件透明...
wpk辅助工具下载!拱趴大菠萝... wpk辅助工具下载!拱趴大菠萝开挂方法,wepoker底牌透视脚本下载(详细辅助解密教程);wpk辅...
辅助透视!wepoker轻量版... 辅助透视!wepoker轻量版透视,小程序边锋辅助(原来真的是有挂)1、小程序边锋辅助系统规律教程、...
透视了解“aapoker透视软... 透视了解“aapoker透视软件”真是真的是有挂(辅助挂)详细辅助详细教程透视了解“aapoker透...
透视ai代打!hhpoker万... 透视ai代打!hhpoker万能辅助器,聚星ai辅助工具激活码(详细辅助科技教程)1、不需要AI权限...
wepoker透视脚本免费下载... wepoker透视脚本免费下载!wepoker透视最简单三个步骤,wpk透视脚本链接(详细辅助202...
透视神器“wepoker免费透... 透视神器“wepoker免费透视脚本”果然存在有挂(辅助挂)详细辅助攻略教程1)辅助挂:进一步探索辅...
透视美元局!wepoker怎么... 透视美元局!wepoker怎么挂底牌,胡乐安庆辅助工具(真是是真的有挂)胡乐安庆辅助工具软件透明挂微...
透视辅助!wepoker透视,... 透视辅助!wepoker透视,德州之星扫描器(详细辅助教你攻略)关于德州之星扫描器机制的,其中提到了...
wepoker透视脚本安卓!p... wepoker透视脚本安卓!pokermaster脚本,wepoker底牌透视脚本http(详细辅助...