What is the Template in AngularJS ?

Member

by kenny , in category: Technology , 3 years ago

What is the Template in AngularJS ?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by heather_fritsch , 3 years ago

The template is the HTML portion of the angular app. It is exactly like a static HTML page, except that templates contain additional syntax which allows data to be injected in it in order to provide a customized user experience.