From 1241998c504de5cb902e7689fbe38e79cc320ebf Mon Sep 17 00:00:00 2001 From: CHAKKA PHANI SIMHA <92540986+c1phani1simha@users.noreply.github.com> Date: Sun, 9 Oct 2022 05:52:18 +0530 Subject: [PATCH] Updated readme.md file of 104-templates folder in Angular (#2301) * Updated readme.md file of104-templates [#1847 ](https://github.com/kamranahmedse/developer-roadmap/issues/1847) I made the required additions to this file and resolved the issue. * Update content/roadmaps/104-angular/content/104-templates/readme.md * Update content/roadmaps/104-angular/content/104-templates/readme.md Co-authored-by: Kamran Ahmed --- .../roadmaps/104-angular/content/104-templates/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/104-angular/content/104-templates/readme.md b/content/roadmaps/104-angular/content/104-templates/readme.md index fd5397edd..cbdc54b18 100644 --- a/content/roadmaps/104-angular/content/104-templates/readme.md +++ b/content/roadmaps/104-angular/content/104-templates/readme.md @@ -1 +1,5 @@ -# Templates \ No newline at end of file +# Templates + +A template is a form of HTML that tells Angular how to render the component. + +Introduction to Components and Templates