In this video I'll show you how to use Angular Templating to do things like value interpolation, dynamically set attributes and properties and event binding.
00:00 Intro
01:37 Interpolation
04:07 Properties / Attributes
05:51 Event Binding
07:27 Template references
In this Angular Tutorial, we'll look at Angular Templates and how you can use them to create the visual side of your component.
We'll cover things like how Angular Interpolation works in templates and also setting properties or attributes of elements in the template using variables from the component.
We'll also cover event binding in Angular templates by setting up a click event for a button and finally look at how we can refer to different parts of an Angular template with references.