fix(ivy): dynamically created components should run init hooks (#26864)

PR Close #26864
This commit is contained in:
Kara Erickson
2018-10-30 22:10:23 -07:00
parent 911bfef04c
commit a2929dfd57
10 changed files with 212 additions and 85 deletions

View File

@ -500,9 +500,6 @@
{
"name": "executeHooks"
},
{
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
},

View File

@ -200,9 +200,6 @@
{
"name": "executeHooks"
},
{
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
},
@ -371,6 +368,9 @@
{
"name": "prefillHostVars"
},
{
"name": "queueComponentIndexForCheck"
},
{
"name": "queueHostBindingForCheck"
},

View File

@ -3194,9 +3194,6 @@
{
"name": "executeHooks"
},
{
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
},
@ -4145,6 +4142,9 @@
{
"name": "queryDef"
},
{
"name": "queueComponentIndexForCheck"
},
{
"name": "queueContentHooks"
},

View File

@ -554,9 +554,6 @@
{
"name": "executeHooks"
},
{
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
},

View File

@ -1505,9 +1505,6 @@
{
"name": "executeHooks"
},
{
"name": "executeInitAndContentHooks"
},
{
"name": "executeInitHooks"
},