feat(forms): make valueChanges and statusChanges available on abstract control directives
This commit is contained in:
2
tools/public_api_guard/forms/index.d.ts
vendored
2
tools/public_api_guard/forms/index.d.ts
vendored
@ -50,10 +50,12 @@ export declare abstract class AbstractControlDirective {
|
||||
};
|
||||
path: string[];
|
||||
pristine: boolean;
|
||||
statusChanges: Observable<any>;
|
||||
touched: boolean;
|
||||
untouched: boolean;
|
||||
valid: boolean;
|
||||
value: any;
|
||||
valueChanges: Observable<any>;
|
||||
}
|
||||
|
||||
export declare class CheckboxControlValueAccessor implements ControlValueAccessor {
|
||||
|
Reference in New Issue
Block a user