Basic life cycle of AngularJs


Below is a basic life cycle of AngularJs:
  1. Main page start the execution
  2. Module loaded
  3. Controller loaded
  4. Request sent to controller
  5. Controller Initiated
  6. Function Initiated and Executed
  7. Controller back to main page

Comments

Popular posts from this blog

Get OAuth 2.0 access token of Paypal using HttpClient in c#

Generics method using interface in c#