o
и content-type
Size: a a a
o
S
h
NM
S
NM
oo
controlvalueaccessorзалупается на другие компоненты, они ж инкапсулированы от него ?
S
oo
writeValueс ошибкой
this.onChange is not a function, когда еще
DK
L
writeValueс ошибкой
this.onChange is not a function, когда еще
S
writeValueс ошибкой
this.onChange is not a function, когда еще
oo
writeValue(value: number):void {
if (!this.disable) {
this.stars = this.stars.map((item, index) => value > index);
this.onChange(this.value);
}
}L
writeValue(value: number):void {
if (!this.disable) {
this.stars = this.stars.map((item, index) => value > index);
this.onChange(this.value);
}
}
L
oo
onChange: (value: number) => {};S
onChange: (value: number) => {};L
oo