in Angular by (31.7k points)
Could you explain the concept of templates in Angular?

1 Answer

0 votes
by (23.9k points)

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.

Related questions

+1 vote
0 votes
asked Feb 15, 2020 in Angular by matthenary (279 points)
0 votes
0 votes
0 votes
asked Dec 13, 2020 in Angular by SakshiSharma (32.2k points)
0 votes
asked Jun 5, 2022 in Angular by Robindeniel (20.8k points)
...