18.2.0-rc.0 (2024-08-07)
compiler
Commit | Description |
---|---|
reduce chance of conflicts between generated factory and local variables (#57181) |
compiler-cli
Commit | Description |
---|---|
improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)
|
core
Commit | Description |
---|---|
Add 'flush' parameter option to fakeAsync to flush after the test (#57239) | |
Add whenStable helper on ApplicationRef (#57190) |
Breaking Changes
zone.js
fakeAsync
will now flush pending timers at the end of
the given function by default. To opt-out of this, you can use{flush: false}
in options parameter offakeAsync