the requirements are as follows:
multiple components call a method fn of A component to save the internal data of A component .
and this fn is dynamic and varies from component to component.
based on my past experience:
you can call and modify fn
A component .
but don"t know how to get an instance of the component ? Or some other way?
Thank you ~
