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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -