In this chapter, I describe the built-in directives that are responsible for some of the most commonly required functionality for creating web applications: selectively including content, choosing between different fragments of content, and repeating content. I also describe some limitations that Angular puts on the expressions that are used for one-way data bindings and the directives that provide them. Table 13-1 puts the built-in template directives in context.
Table 13-1. Putting the Built-in Directives in Context
Question | Answer |
---|---|
What are they? | The built-in directives described in this chapter ... |