23. Using AngularJS Templates to Create Views

AngularJS templates provide a framework to represent the application view to the user. AngularJS templates contain expressions, filters, and directives that define additional functionality and behavior to the DOM elements. The templates are built on top of normal HTML and simply extend the functionality of HTML by adding additional elements and attributes.

This chapter focuses on AngularJS templates, as well as expressions and filters. Expressions allow you to implement JavaScript like code alongside the HTML code in a template. Filters enable you to modify data values before you display them—for example, to format text.

Get Node.js, MongoDB, and AngularJS Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.