mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs()
This commit is contained in:
@@ -2,7 +2,19 @@ import {NavParams} from './nav-controller';
|
||||
|
||||
|
||||
/**
|
||||
* You can access various features and information about the current view
|
||||
* @name ViewController
|
||||
* @description
|
||||
* Access various features and information about the current view
|
||||
* @usage
|
||||
* ```ts
|
||||
* import {Page, ViewController} from 'ionic/ionic';
|
||||
* @Page....
|
||||
* export class MyPage{
|
||||
* constructor(viewCtrl: ViewController){
|
||||
* this.viewCtrl = viewCtrl;
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
export class ViewController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user