javascript - Difference between bootstrap phase and configuration phase in angular js? -
i new angularjs , having trouble understanding difference between bootstrap phase , configuration phase in angular js . link understood there 3 phases in angular js :
- bootstrap phase
- compilation phase
- run-time phase there no mention of configuration phase , in angular js's site have definition of configuration block. when configuration block comes picture in bootstrap phase or compilation phase in angularjs life cycle ??? confused whole phases ... searched online didn't exact difference between bootstrap , configuration phases .
Comments
Post a Comment