readonly name = "xxx"; updateValueAndValidity(): void { // this.name = 'a'; (this as { name: string }).name = "a"; }