Angulartypeaheaddebouncetimerequest
创始人
2024-10-29 20:01:04
0

在Angular中使用debounceTime对typeahead搜索输入进行节流,减少请求次数。

在HTML模板中,通过ngbTypeahead指令绑定搜索输入,并使用debounceTime方法对搜索输入进行节流:


在组件中,定义搜索函数search并在其中使用debounceTime方法:

import { Component } from '@angular/core';
import { Subject } from 'rxjs/Subject';
import { debounceTime, distinctUntilChanged, switchMap } from 'rxjs/operators';

@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  searchTerm: string;
  searchTerms = new Subject();

  search = (text$: Observable) => {
    return text$.pipe(
      debounceTime(200),
      distinctUntilChanged(),
      switchMap(term => this.searchTerms(term))
    );
  }

  constructor() {
    this.searchTerms.pipe(
      debounceTime(200),
      distinctUntilChanged(),
      switchMap(term => this.search(term))
    ).subscribe(results => {
      console.log(results);
    });
  }

  search(term: string): Observable {
    // place your http request here
    return of([]);
  }

  formatter(result) {
    // place your formatter here
    return result;
  }
}

此方法使用rxjs的Subject及相应的操作符来对输入进行节流和去重,最终返回一个Observable来获取搜索结果。你可以在search函数中进行实际的搜索请求,也可以使用rxjs的of函数来返回一个静态的结果集。示例代码中的formatter函数用于对搜索结果进行格式化,你可以根据实际情况进行修改。

相关内容

热门资讯

详细透视!pokemmo脚本辅... 详细透视!pokemmo脚本辅助器下载!都是一直总是有辅助app(真是有挂)-哔哩哔哩;pokemm...
解谜透视!pokemmo手机辅... 解谜透视!pokemmo手机辅助软件!切实一直总是有辅助技巧(揭秘有挂)-哔哩哔哩1、进入到poke...
详细透视!德州局透视脚本下载安... 详细透视!德州局透视脚本下载安装最新版本!好像有辅助脚本(有挂教程)-哔哩哔哩1、德州局透视脚本下载...
总结透视!xpoker辅助工具... 您好,xpoker辅助工具这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
揭露透视!pokemmo手机版... 揭露透视!pokemmo手机版透视脚本!其实存在有辅助软件(的确有挂)-哔哩哔哩1、pokemmo手...
开挂透视!佛手在线大菠萝辅助!... 开挂透视!佛手在线大菠萝辅助!果然一直都是有辅助脚本(讲解有挂)-哔哩哔哩1、佛手在线大菠萝辅助透视...
专业透视!约局吧怎么看有没有挂... 专业透视!约局吧怎么看有没有挂!总是存在有辅助方法(证实有挂)-哔哩哔哩1、完成约局吧怎么看有没有挂...
有挂透视!德州辅助工具到底怎么... 有挂透视!德州辅助工具到底怎么样!一贯真的是有辅助脚本(有挂猫腻)-哔哩哔哩1、德州辅助工具到底怎么...
详情透视!xpoker透视辅助... 详情透视!xpoker透视辅助!原来真的是有辅助脚本(有挂透明挂)-哔哩哔哩亲,关键说明,xpoke...
辅助透视!pokemmo脚本辅... 辅助透视!pokemmo脚本辅助器下载!好像真的是有辅助神器(有挂解密)-哔哩哔哩小薇(辅助器软件下...