Template Syntax and Data Binding are the skeleton and soul of Angular applications. We covered templates: how to include them in different ways and use expressions inside view templates. We then walked through templates by attaching events and attributes to them.
We explored aspects of Data Binding in Angular applications and focused on how to implement Data Binding for values inside the template.
In Data Binding, we delved into its broad categories. We explored available ways of Data Bindings: One-way Data Binding and Two-way Data Binding.
Using Data Binding and templates together, we can almost create mock functional screens for our Angular applications: that's the power of Data Binding and Template Syntax.
So, go ahead and let your creativity fly! Good luck.
In the next chapter, you will learn about advanced forms in Angular, learn how to use and master reactive...