add Chaining RxJS operators

This commit is contained in:
Костя 2025-06-25 10:52:42 +03:00
parent f6d361eb84
commit b0153ebb86
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export class HeroSearchComponent implements OnInit {
); );
} }
private searchTerms = new Subject<string>(); private searchTerms = new Subject<string>();
// Push a search term into the observable stream. // Push a search term into the observable stream.