I need to call function
in another controller in ionic 2
, it is possible way please help me thanks in advance.
I think it’s best to find another way of doing what you’re really trying to achieve that doesn’t couple components together so tightly. You can publish and subscribe events, use Observables, or bind to input and output properties, for example.