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函数用于对搜索结果进行格式化,你可以根据实际情况进行修改。

相关内容

热门资讯

重大通报!pokermaste... 重大通报!pokermaster辅助器,wepoker模拟器哪个好用,解密教程(有挂攻略);支持多人...
透视规律!wpk模拟器多开(透... 透视规律!wpk模拟器多开(透视)一贯是有挂(详细辅助透明挂教程)1、首先打开最新版本,在首页我们可...
透视ai代打!hhpoker辅... 透视ai代打!hhpoker辅助软件下载(透视)总是是有挂(详细辅助解说技巧)1、该软件可以轻松地帮...
记者揭秘!poker辅助器免费... 1、记者揭秘!poker辅助器免费安装,wepoker透视苹果系统,技巧教程(有挂技巧)。2、pok...
透视辅助!约局吧是否有挂(透视... 透视辅助!约局吧是否有挂(透视)真是存在有挂(详细辅助揭秘教程);1、机器人多个强度级别选择2、发牌...
记者揭秘!hhpoker哪个俱... 1、记者揭秘!hhpoker哪个俱乐部靠谱,德州辅助工具到底怎么样,扑克教程(有挂攻略);详细教程。...
免费测试版!wepoker辅助... 1、免费测试版!wepoker辅助分析器,拱趴大菠萝自动计算机器人,分享教程(有挂方法)2、进入游戏...
透视新版!wepoker可以透... 透视新版!wepoker可以透视码(透视)好像有挂(详细辅助攻略教程);1、完成的残局,帮助玩家取得...
科普常识!aapoker发牌逻... 科普常识!aapoker发牌逻辑,拱趴大菠萝万能挂图解,透明挂教程(有挂技巧);人气非常高,ai更新...
透视攻略!wepoker怎么拿... 透视攻略!wepoker怎么拿到好牌(透视)真是有挂(详细辅助揭秘教程)一、AI软件牌型概率发牌机制...