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方法来获取数据。然后通过

相关内容

热门资讯

了解透视!xpoker辅助怎么... 了解透视!xpoker辅助怎么用!推荐十款辅助技巧(讲解有挂)-哔哩哔哩1、这是跨平台的xpoker...
了解透视!福建大菠萝万能辅助器... 了解透视!福建大菠萝万能辅助器!技巧知识分享辅助神器(发现有挂)-哔哩哔哩福建大菠萝万能辅助器破解侠...
了解透视!hh poker软件... 了解透视!hh poker软件!玩家攻略辅助攻略(竟然有挂)-哔哩哔哩hh poker软件是不是有人...
解迷透视!wepoker黑侠辅... 解迷透视!wepoker黑侠辅助器!科技揭秘辅助软件(有挂方略)-哔哩哔哩1.wepoker黑侠辅助...
了解透视!如何下载wpk透视版... 了解透视!如何下载wpk透视版!必看攻略辅助技巧(有挂神器)-哔哩哔哩1、如何下载wpk透视版辅助软...
解谜透视!聚星ai辅助工具激活... 解谜透视!聚星ai辅助工具激活码!必备科技辅助挂(发现有挂)-哔哩哔哩1)聚星ai辅助工具激活码免费...
曝光透视!wpk作弊!科普辅助... 曝光透视!wpk作弊!科普辅助方法(有挂解惑)-哔哩哔哩1、下载好wpk作弊透视辅助下载之后点击打开...
有挂透视!wepoker免费脚... 有挂透视!wepoker免费脚本咨询!一分钟带你了解辅助攻略(有挂教学)-哔哩哔哩wepoker免费...
详细透视!德州透视是真的吗!指... 详细透视!德州透视是真的吗!指导大家辅助器(有挂实锤)-哔哩哔哩1、点击下载安装,德州透视是真的吗脚...
教你透视!hhpoker外挂靠... 教你透视!hhpoker外挂靠谱吗!分享给玩家辅助攻略(有挂方法)-哔哩哔哩hhpoker外挂靠谱吗...