fix(ivy): execute the optional begin and end methods of the rendererFactory (#25273)

This is required to i.e. flush animations when using a Renderer2.
`rf.begin()` and `rf.end()` around the change detection.

PR Close #25273
This commit is contained in:
Victor Berchet
2018-08-02 16:53:34 -07:00
committed by Kara Erickson
parent 0822dc70f2
commit afa6b9e794
4 changed files with 62 additions and 5 deletions

View File

@ -596,6 +596,9 @@
{
"name": "getRenderer"
},
{
"name": "getRendererFactory"
},
{
"name": "getRootView"
},