Kristiyan Kostadinov c2868de25a fix(ivy): ngTemplateOutlet error when switching between null and template value ()
Fixes an error that is thrown by `ngTemplateOutlet` under Ivy when switching from a template to null and back to a template. The error is thrown because the reference to the previous ViewRef is never cleared and the directive tries to detach a view that has already been detached.

Fixes .

PR Close 
2019-08-19 10:13:10 -07:00
..
2019-07-23 21:12:25 -07:00