angular-cn/goldens/size-tracking/aio-payloads.json
arturovt 38524c4d29 fix(common): cleanup location change listeners when the root view is removed (#40867)
In the new behavior Angular cleanups `popstate` and `hashchange` event listeners
when the root view gets destroyed, thus event handlers are not added twice
when the application is bootstrapped again.

BREAKING CHANGE:

Methods of the `PlatformLocation` class, namely `onPopState` and `onHashChange`,
used to return `void`. Now those methods return functions that can be called
to remove event handlers.

PR Close #31546

PR Close #40867
2021-03-04 13:09:04 -08:00

29 lines
526 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es2015": 3033,
"main-es2015": 449310,
"polyfills-es2015": 52343
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es2015": 3033,
"main-es2015": 449759,
"polyfills-es2015": 52493
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es2015": 3153,
"main-es2015": 435362,
"polyfills-es2015": 52493
}
}
}
}