refactor(ivy): remove content query creation from directive factories (#24811)

PR Close #24811
This commit is contained in:
Pawel Kozlowski
2018-07-10 10:43:07 +02:00
committed by Matias Niemelä
parent 328971ffcc
commit 0399c6972a
11 changed files with 205 additions and 75 deletions

View File

@ -158,9 +158,6 @@
{
"name": "getChildLNode"
},
{
"name": "getDirectiveInstance"
},
{
"name": "getLViewChild"
},
@ -197,6 +194,9 @@
{
"name": "refreshChildComponents"
},
{
"name": "refreshContentQueries"
},
{
"name": "refreshDynamicEmbeddedViews"
},

View File

@ -446,9 +446,6 @@
{
"name": "getCurrentSanitizer"
},
{
"name": "getDirectiveInstance"
},
{
"name": "getLViewChild"
},
@ -632,6 +629,9 @@
{
"name": "refreshChildComponents"
},
{
"name": "refreshContentQueries"
},
{
"name": "refreshDynamicEmbeddedViews"
},