Closed ciukstar closed 5 years ago
Hello, thanks for issue!
Seems interesting. Can you try to repeat that problem on stackblitz and put the link here?
Sorry. It seems to be a change detection issue (deep change). I have changes in a deep json structure. I expected that the reassignment itself would trigger the rebounding of the context params.
When the context
ctx
gets updated, the underlying component, defined bycomponents.get(tmpl['component'])['component']
does not get updated (itsngOnChanges
does not get called).Everything works fine on first load. What should I do in order to get changes propagated downward?
Here is the component definition:
Thanks!