Skip to content

Commit 19a8670

Browse files
eddbrandyscarney
authored andcommitted
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
1 parent 0948ad0 commit 19a8670

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/nav/nav.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ import { ViewController } from './view-controller';
2222
* For more information on using navigation controllers like Nav or [Tab](../../Tabs/Tab/),
2323
* take a look at the [NavController API Docs](../NavController/).
2424
*
25-
* You must set a root page (where page is any [@Page](../../config/Page/)
26-
* component) to be loaded initially by any Nav you create, using
25+
* You must set a root page to be loaded initially by any Nav you create, using
2726
* the 'root' property:
2827
*
2928
* @usage

0 commit comments

Comments
 (0)