feat(forms): add status to AbstractControlDirective

This commit is contained in:
Fabian Wiles
2017-08-05 09:59:32 +12:00
committed by Hans
parent 9320f34f19
commit 233ef93e88
3 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export declare abstract class AbstractControlDirective {
readonly path: string[] | null;
readonly pending: boolean | null;
readonly pristine: boolean | null;
readonly status: string | null;
readonly statusChanges: Observable<any> | null;
readonly touched: boolean | null;
readonly untouched: boolean | null;