Pass nav params into root page of ion-nav

I understand how to set the root of an ion-nav from my @App component, I just say this.root = ExamplePage. That works fine. The problem is that my ExamplePage needs nav params passed into it to work properly. How do I pass nav params to the root page from the @App component?