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.

Related questions

0 votes
asked Aug 11, 2023 in Angular by DavidAnderson
0 votes
asked Feb 23 in Angular by rahuljain1
...