Showing splashscreen every time app loads

Hi,

I am using cordova spalshscreen plugin for my Ionic 2 App. Whenever i open it on my phone it shows splashscreen for few seconds post which app gets loaded. I understand that it renders HTML template before loading the app and during render period, we see this splashscreen.

But do we have a method using which i can store the template offline on my phone and whenever i open the app then it loads the offline template without showing splashscreen?

Please suggest the right approach.