@lalitkushwah wrote:
How to manage application and page level context in ionic?
I have researched and found following things:Application level Context
Use localStorage/sessionStorage to avail the things in the whole application.Page Level Context
Use life cycles hook to manage variable scoping and other things of the page level.I am worried about memory leak problem in the application. So how to deal with this problem? Is ionic handle this problem or I have to take care of this.
Posts: 1
Participants: 1