i want made a generic pipe for call a component\'s function into component\'s html.
The wrong way is eg.:
{{ test(\'foo\') }}
my idea is:<