Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Shivam Kotak cf7a3d8298
Update content for templates in angular (#2328)
2 years ago
..
100-interpolation.md Added content in Angular Roadmap (#2184) 2 years ago
101-property-binding.md Update content for templates in angular (#2328) 2 years ago
102-template-statements.md Update content for templates in angular (#2328) 2 years ago
103-binding-data-props-attrs-events.md Update content for templates in angular (#2328) 2 years ago
104-reference-vars.md Update content for templates in angular (#2328) 2 years ago
105-input-output.md Update content for templates in angular (#2328) 2 years ago
readme.md Updated readme.md file of 104-templates folder in Angular (#2301) 2 years ago

readme.md

Templates

A template is a form of HTML that tells Angular how to render the component.

Introduction to Components and Templates