I want a method get called automatically when template get completely loaded. I have tried lifecycle hooks of ionic as well as angular and I have also tried to call method from template. html
My HTML file contains the following:
<h1>{{ myMethod() }}</h1>
But this is calling the myMethod
function many times.