Ejemplo n.º 1
0
 .distinctUntilChanged().subscribe(subreddit => {
   if(subreddit != '' && subreddit){
     this.redditService.subreddit = subreddit;
     this.changeSubreddit();
     this.keyboard.close();
   }
 });
Ejemplo n.º 2
0
 closeKeyboard(): void {
   this.keyboard.close();
 }