Model, View, and Controller

Topics 

  • Templates 
  • Expressions 
  • Directives 
  • Controllers
  • Scopes
  • ControllerAs

Templates

What is a Template? 

  • In Angular, templates are written with HTML that contains Angular-specific elements and attributes
  • Angular combines the template with
    • Data from the model
    • Controller to render the dynamic view that a user sees in the browser

 

Download course content