From f130c706da285cad3a46491138497122cc06ed27 Mon Sep 17 00:00:00 2001 From: mohd-e-mustafa <56065974+mohd-e-mustafa@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:31:23 +0500 Subject: [PATCH] Add filtering content (#3355) * Updated 100-filtering.md added content * Update content --------- Co-authored-by: Kamran Ahmed --- .../101-rxjs-basics/104-operators/100-filtering.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/angular/content/101-rxjs-basics/104-operators/100-filtering.md b/src/roadmaps/angular/content/101-rxjs-basics/104-operators/100-filtering.md index a46bebea9..0bec27188 100644 --- a/src/roadmaps/angular/content/101-rxjs-basics/104-operators/100-filtering.md +++ b/src/roadmaps/angular/content/101-rxjs-basics/104-operators/100-filtering.md @@ -1 +1,7 @@ -# Filtering \ No newline at end of file +# Filtering + +RxJS provides a variety of filtering operators that you can use to filter and transform the data in a stream. You can use these operators in combination with other RxJS operators to create powerful and efficient data processing pipelines. + +Visit the following resources to learn more: + +- [Understanding RxJS Operators]( https://rxjs.dev/api/operators)