AngularMaterial自动完成应调用API每次显示建议
创始人
2024-10-28 11:36:03
0

使用Observable和Subject来从API获得数据并更新自动完成建议。 每次输入时,使用自动完成控件中的事件,例如matAutocompleteSelected和matAutocompleteInput。 下面是示例代码,如何在每次输入时调用API并更新建议:

在component.ts文件中:

import { Component } from '@angular/core'; import { FormControl } from '@angular/forms'; import { HttpClient } from '@angular/common/http'; import { Observable, Subject } from 'rxjs'; import { debounceTime, distinctUntilChanged, switchMap } from 'rxjs/operators'; import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';

@Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { searchControl = new FormControl(); searchResults: any[] = []; private searchTerms = new Subject();

constructor(private http: HttpClient) { this.searchTerms.pipe( debounceTime(300), distinctUntilChanged(), switchMap((term: string) => this.search(term)) ).subscribe(data => { this.searchResults = data; }); }

search(term: string): Observable { return this.http.get(https://api.example.com/search?q=${term}); }

onAutocompleteSelected(event: MatAutocompleteSelectedEvent): void { // handle selected value }

onInputChange(): void { const term = this.searchControl.value; if (term && term.length >= 3) { this.searchTerms.next(term); } } }

在component.html文件中:

{{ result.name }}

在这个例子中,每次在输入字段中键入至少3个字符时,searchTerms Subject将触发,并通过HTTP调用search方法来获取数据。然后通过

相关内容

热门资讯

今年以来!wepoker有透视... 今年以来!wepoker有透视底牌吗,德扑之星透视软件免费入口官网,本来确实有挂(真的有挂)1、任何...
2026版方法!hhpoker... 2026版方法!hhpoker底牌透视脚本,德扑之星私人局辅助器,确实存在有挂(有挂存在)进入游戏-...
有了最新消息!hhpoker有... 有了最新消息!hhpoker有透视功能吗,智星菠萝有挂吗,好像是有挂(有挂辅助)1、智星菠萝有挂吗辅...
今年以来!德州局hhpoker... 您好,德扑之星辅助工具如何设置这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302...
现就发布提示!aapoker透... 现就发布提示!aapoker透视怎么用,德扑之星辅助工具如何打开,真是存在有挂(有挂攻略)1、现就发...
受玩家影响!wpk真吗,德普之... 受玩家影响!wpk真吗,德普之星透视辅助,其实是有挂(有挂解惑)1、进入到德普之星透视辅助是否有挂之...
值得注意的是!wepoker透... 值得注意的是!wepoker透视版下载,智星德州插件2024最新版,总是是有挂(有挂助手)1、首先打...
来临!拱趴大菠萝作弊方法,德扑... 来临!拱趴大菠萝作弊方法,德扑圈有透视吗,都是存在有挂(新版有挂)1、许多玩家不知道德扑圈有透视吗辅...
攻略辅助挂!wepoker怎么... 攻略辅助挂!wepoker怎么拿到好牌,智星菠萝辅助,好像是有挂(有挂解密)1、智星菠萝辅助公共底牌...
网友热议!aapoker免费透... 您好,如何下载德普之星辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302...