December 2017
Beginner
372 pages
10h 32m
English
In Angular, there are two basic topics which make for a majority of the implementation: components and templates. We saw components in some detail in the previous chapter and we will deep-dive into components and its features in the upcoming chapters as well. Here, we will discuss templates, data binding, and interpolation.
To create our user interface in Angular, we define HTML, but just having a basic HTML does not really provide us with the flexibility of creating rich and powerful user interfaces. Angular provides us with data binding and directives to really power up our user interface. Angular data binding provides functionalities to help display information and respond to user actions, and with Angular ...
Read now
Unlock full access