mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(api): add links to component sections
This commit is contained in:
@@ -97,6 +97,7 @@ import {raf, rafFrames} from '../../util/dom';
|
||||
* - `onPageWillUnload` - Runs when the page is about to be destroyed and have its elements removed.
|
||||
* - `onPageDidUnload` - Runs after the page has been destroyed and its elements have been removed.
|
||||
*
|
||||
* @see {@link /docs/v2/components#navigation Navigation Component Docs}
|
||||
*/
|
||||
export class NavController extends Ion {
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ import {NavRegistry} from './nav-registry';
|
||||
* ```html
|
||||
* <button [nav-push]="[pushPage, params]"></button>
|
||||
* ```
|
||||
* @see {@link /docs/v2/components#navigation Navigation Component Docs}
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[nav-push]',
|
||||
|
||||
@@ -96,6 +96,7 @@ import {ViewController} from './view-controller';
|
||||
* </pre>
|
||||
* </div>
|
||||
*
|
||||
* @see {@link /docs/v2/components#navigation Navigation Component Docs}
|
||||
*/
|
||||
@ConfigComponent({
|
||||
selector: 'ion-nav',
|
||||
|
||||
Reference in New Issue
Block a user