mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(nav): remove Page component (#7080)
`ion-nav` docs refer to the deprecated Page decorator. The example code is already correct. - Remove Page component reference
This commit is contained in:
committed by
Brandy Carney
parent
0948ad05eb
commit
19a8670c58
@@ -22,8 +22,7 @@ import { ViewController } from './view-controller';
|
||||
* For more information on using navigation controllers like Nav or [Tab](../../Tabs/Tab/),
|
||||
* take a look at the [NavController API Docs](../NavController/).
|
||||
*
|
||||
* You must set a root page (where page is any [@Page](../../config/Page/)
|
||||
* component) to be loaded initially by any Nav you create, using
|
||||
* You must set a root page to be loaded initially by any Nav you create, using
|
||||
* the 'root' property:
|
||||
*
|
||||
* @usage
|
||||
|
||||
Reference in New Issue
Block a user