Let's say I have a pipeVar, it can be any pipe, eg.: number, uppercase, customPipe, etc
Is there a simple way to just call something like
{{ myVal | pipeVar }}
or some special syntax like
{{ myVal | #pipeVar }}
?
The closest thing I have found so far is Dynamic pipe in Angular 2