fix(core): add noSideEffects() to make*Decorator() functions (#35769)

This causes all the `make*Decorator()` functions to be considered pure and to be eligible for associated tree shaking by Closure.

PR Close #35769
This commit is contained in:
Doug Parker
2020-02-21 11:13:27 -08:00
committed by atscott
parent 4052dd8188
commit dc6a7918e3
2 changed files with 103 additions and 89 deletions

View File

@ -220,5 +220,8 @@
},
{
"name": "ɵɵinject"
},
{
"name": "noSideEffects"
}
]