From 19a8670c581f2b9a19826a51548cbf01850b099f Mon Sep 17 00:00:00 2001 From: Edd Hannay Date: Mon, 27 Jun 2016 19:01:44 +0100 Subject: [PATCH] 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 --- src/components/nav/nav.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/nav/nav.ts b/src/components/nav/nav.ts index 8aaa901d23..b2bdcaa516 100644 --- a/src/components/nav/nav.ts +++ b/src/components/nav/nav.ts @@ -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