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