refactor(forms): Remove readonly getters in forms (#19188)

PR Close #19188
This commit is contained in:
Yuan Gao
2017-09-13 14:00:10 -07:00
committed by Igor Minar
parent bc0750eb93
commit 17eaef0311
7 changed files with 71 additions and 88 deletions

View File

@ -1397,4 +1397,4 @@ export class NgModelCustomComp implements ControlValueAccessor {
export class NgModelCustomWrapper {
name: string;
isDisabled = false;
}
}