mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the Angular AOT compiler would always add a `ɵprov` to injectables. But in ngcc this resulted in duplicate `ɵprov` properties since published libraries already have this property. Now in ngtsc, trying to add a duplicate `ɵprov` property is an error, while in ngcc the additional property is silently not added. // FW-1750 PR Close #34085
29 lines
527 B
JSON
Executable file
29 lines
527 B
JSON
Executable file
{
|
|
"aio": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es2015": 2987,
|
|
"main-es2015": 464973,
|
|
"polyfills-es2015": 52503
|
|
}
|
|
}
|
|
},
|
|
"aio-local": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es2015": 2987,
|
|
"main-es2015": 463671,
|
|
"polyfills-es2015": 52503
|
|
}
|
|
}
|
|
},
|
|
"aio-local-viewengine": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es2015": 3097,
|
|
"main-es2015": 439352,
|
|
"polyfills-es2015": 52503
|
|
}
|
|
}
|
|
}
|
|
}
|