cleanup(forms): do not export AbstractControl

Closes #1299
This commit is contained in:
vsavkin 2015-04-24 13:23:17 -07:00
parent 87cf434929
commit b5e350b18c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export const INVALID = "INVALID";
/** /**
* Omitting from external API doc as this is really an abstract internal concept. * Omitting from external API doc as this is really an abstract internal concept.
*/ */
export class AbstractControl { class AbstractControl {
_value:any; _value:any;
_status:string; _status:string;
_errors:StringMap; _errors:StringMap;