Doug Parker
c195d22f68
fix(core): remove side effects from ɵɵgetInheritedFactory()
( #35769 )
...
`ɵɵgetInheritedFactory()` is called from generated code for a component which extends another class. This function is detected by Closure to have a side effect and is not able to tree shake the component as a result. Marking it with `noSideEffects()` tells Closure it can remove this function under the relevant tree shaking conditions.
PR Close #35769
2020-03-03 08:50:03 -08:00
..
2020-03-02 11:16:22 -08:00
2020-01-21 13:13:20 -05:00
2020-03-03 08:50:03 -08:00
2019-12-03 10:08:25 -08:00
2020-01-22 15:38:13 -08:00
2020-02-26 12:50:52 -08:00
2019-09-03 11:59:39 -07:00
2020-01-13 09:57:06 -08:00
2020-02-18 17:17:46 -08:00
2019-10-17 16:10:10 -04:00
2019-07-01 10:11:08 -07:00
2020-03-03 08:50:03 -08:00
2019-11-20 14:47:59 -08:00
2020-01-15 14:58:07 -05:00
2019-03-26 12:50:38 -07:00
2020-01-29 16:35:08 -08:00
2020-01-15 14:58:07 -05:00
2019-10-04 11:48:12 -07:00
2018-11-07 10:35:20 -08:00
2020-01-13 09:57:06 -08:00
2019-09-17 13:32:06 -07:00
2020-01-17 16:23:49 -05:00
2020-02-24 17:27:21 -08:00
2018-11-30 13:41:21 -08:00
2017-12-22 13:10:51 -08:00
2018-12-03 08:19:56 -08:00
2019-01-14 09:55:30 -08:00
2018-02-06 07:56:33 -08:00
2020-02-20 15:14:59 -08:00
2019-09-09 19:10:54 -04:00
2019-08-29 21:51:56 -07:00
2018-10-17 13:08:14 -07:00
2020-02-27 14:01:15 -08:00
2019-02-21 07:46:21 -08:00
2019-01-10 16:31:44 -08:00