docs(): hide methods not requiring docs

This commit is contained in:
Adam Bradley
2016-01-27 14:27:33 -06:00
parent 4435451694
commit dbc681fb7c
11 changed files with 108 additions and 15 deletions

View File

@ -63,6 +63,9 @@ export class Checkbox {
private _disabled: any = false;
private _labelId: string;
/**
* @private
*/
id: string;
@Input() value: string = '';