How Angular works

Description

A-Level Angular Note on How Angular works, created by James Drummond on 13/12/2014.
James Drummond
Note by James Drummond, updated more than 1 year ago
James Drummond
Created by James Drummond over 9 years ago
25
1

Resource summary

Page 1

I1. Angular begins when document.readyState is set to true.2. At this point, Angular parses the HTML looking for an ng-app directive. Or, the app must be bootstrapped directly:   var newElement = document.createElement("div");  angular.bootstrap(newElement, ['myApp']);3. When the DOMContentloaded event is fired, Angular looks for the ng-app directive and then creates several components it needs to run: the $injector, the $compile service and the $rootScope.At this point we enter the compilation phase: the $compilation service traverses the DOM looking for angular directives. It then combines all of their linking functions into a single linking function. 

New Page

Show full summary Hide full summary

Similar

Angular Nuts and Bolts
James Drummond
The Princeton Review Chapter 9 Rotational Motion
Anibal Santamaria
Angular
Kingsley Bawuah
Front-End Web Development
Chanthy Ngin
AngularJS - Quiz - Jan 2016
arunram.krish
Scope and Inheritance in Angular
James Drummond
Angular application scaffolding
James Drummond
AngularJS
Akhil Sree Nivas
Directives, compile and link
James Drummond
Directives and scope
James Drummond
Fluxo buscaCliente
Alex José Silva