mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(id): make Input private
This commit is contained in:
@@ -42,6 +42,9 @@ import {IonicApp} from './app';
|
||||
export class IdRef {
|
||||
private _component: any;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Input() id: string;
|
||||
|
||||
constructor(private _app: IonicApp, elementRef: ElementRef, appViewManager: AppViewManager) {
|
||||
|
||||
Reference in New Issue
Block a user