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:
Edd Hannay
2016-06-27 19:01:44 +01:00
committed by Brandy Carney
parent 0948ad05eb
commit 19a8670c58

View File

@@ -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