December 2017
Beginner
372 pages
10h 32m
English
The template provides the user interface of the component. It's created in HTML and details the elements that are represented in that component. The template for the component can be defined either inline, or in a separate file. We can create an inline template in two ways:
template: "<h1>{{article.title}}</h1>"
Read now
Unlock full access