From c6e0971d5a1cc8e319062d381dfc1e2d05419e91 Mon Sep 17 00:00:00 2001 From: CHAKKA PHANI SIMHA <92540986+c1phani1simha@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:24:06 +0530 Subject: [PATCH] Add content to creating custom pipe, filters, directives and libraries (#2320) * Added content to readme.md file of 112-creating-a-custom-x folder [#1847 ](https://github.com/kamranahmedse/developer-roadmap/issues/1847) I made the required addition of content to readme.md file of 112-creating-a-custom-x to resolve the issue. * Update content/roadmaps/104-angular/content/112-creating-a-custom-x/readme.md Co-authored-by: Kamran Ahmed --- .../104-angular/content/112-creating-a-custom-x/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/104-angular/content/112-creating-a-custom-x/readme.md b/content/roadmaps/104-angular/content/112-creating-a-custom-x/readme.md index a3c31bb2a..686af4877 100644 --- a/content/roadmaps/104-angular/content/112-creating-a-custom-x/readme.md +++ b/content/roadmaps/104-angular/content/112-creating-a-custom-x/readme.md @@ -1 +1,3 @@ -# Creating a custom x \ No newline at end of file +# Creating a custom X + +Learn how to create custom pipes, libraries and directives in Angular.