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:
@@ -6,6 +6,8 @@ import {IonicApp} from '../app/app';
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* @see {@link /docs/v2/components#menus Menu Component Docs}
|
||||
* @see {@link ../../menu/Menu Menu API Docs}
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[menu-close]',
|
||||
|
||||
@@ -8,6 +8,8 @@ import {Navbar} from '../navbar/navbar';
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* @see {@link /docs/v2/components#menus Menu Component Docs}
|
||||
* @see {@link ../../menu/Menu Menu API Docs}
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[menu-toggle]',
|
||||
|
||||
@@ -7,6 +7,7 @@ import {Animation} from 'ionic/animations/animation';
|
||||
* Base class which is extended by the various types. Each
|
||||
* type will provide their own animations for open and close
|
||||
* and registers itself with Menu.
|
||||
* @private
|
||||
*/
|
||||
export class MenuType {
|
||||
|
||||
|
||||
@@ -42,6 +42,10 @@ import * as gestures from './menu-gestures';
|
||||
* ```html
|
||||
* <ion-menu [content]="contentRef" type="overlay"></ion-menu>
|
||||
* ```
|
||||
* @see {@link /docs/v2/components#menus Menu Component Docs}
|
||||
* @see {@link /docs/v2/components#navigation Navigation Component Docs}
|
||||
* @see {@link ../../nav/Nav Nav API Docs}
|
||||
*
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ion-menu',
|
||||
|
||||
Reference in New Issue
Block a user