reword change detection paragraph.
This commit is contained in:
parent
7c7a248ef3
commit
f1f9c5d1f5
|
@ -47,8 +47,7 @@
|
||||||
h3.text-headline.text-uppercase Speed & Performance
|
h3.text-headline.text-uppercase Speed & Performance
|
||||||
p.text-body.
|
p.text-body.
|
||||||
Change detection is now 5x faster,
|
Change detection is now 5x faster,
|
||||||
thanks to internal change detection
|
thanks to tunings for modern JavaScript engines.
|
||||||
that's been tuned for top performance in modern JavaScript engines.
|
|
||||||
If you use data structures that imply change guarantees
|
If you use data structures that imply change guarantees
|
||||||
(like immutables and observables), Angular 2 can use those guarantees
|
(like immutables and observables), Angular 2 can use those guarantees
|
||||||
to speed up your application.
|
to speed up your application.
|
||||||
|
|
Loading…
Reference in New Issue