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