Explain the architecture of AngularJS ?

devquora
devquora

Posted On: Feb 22, 2018

 

AngularJS is architecture on 3 components. They are

  • The Template (View)
  • The Scope (Model)
  • The Controller (Controller)

AngularJS extends HTML attributes with Directives and binds data to HTML with Expressions.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions