Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum Does angular use dom? Angular2 doesn't use virtual DOM at all. Angular2 has change detection that detects changes to the model and only updates the parts of the DOM that need to be changed according to the model changes. For more details see also Is Shadow DOM fast like Virtual DOM in React.
Related Topics