Developer Guide: Template

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Template

You can think of a template in angular as a domain-specific language that you can use to easily build the view of your web application. You create a template by writing HTML and CSS, and you can add any constructs that you want to the HTML. This means that you can attach rendering and behavior to any HTML element, attribute or markup text.

In addition to writing HTML and CSS, you can also use the following angular constructs to create your template: