July 2017
Intermediate to advanced
384 pages
8h 23m
English
By default, Angular runs in the development mode and builds a debugging elements tree--a tree, which has almost the same structure as a rendered DOM, but with objects of type DebugElement. Whenever ng.probe(element) is invoked in the browser console, a corresponding debug element is returned. The DebugElement class extends DebugNode (https://angular.io/docs/ts/latest/api/core/index/DebugNode-class.html).
Let's see how to use public methods of the exposed DebugElement. First of all, we ...
Read now
Unlock full access