What is the function of this.initializeApp()?

In current new blank ionic 2 project, I see the constructor of component call:

this.initializeApp();

what is the function of this? And my app comes from older version of ionic 2 and don’t have this line of code, is it ok ?