0 votes
in Angular by
Could you explain the concept of templates in Angular?

1 Answer

0 votes
by

Written with HTML, templates in Angular contains Angular-specific attributes and elements. Combined with information coming from the controller and model, templates are then further rendered to cater the user with the dynamic view.

...