ionic3 - Ionic nav main attribute. What does it do? -


i looking at<ion-nav> goes class name nav:

i noticed there method called initpane(), makes reference attribute main.

so presume can have code:

<ion-nav main> </ion-nav> 

what significance of this?

i see no mention of in documentation.

how impact behaviour of app?

i'm wondering if it's sort of mechanism automate setting rootpage.

can please clarify?

thanks.

found here splitpane

here, splitpane element main attribute , make central component on larger screens. main component can ionic component (ion-nav or ion-tabs) except ion-menu.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -