Member
kenny
What is the Template in AngularJS ?
heather_fritsch
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.