AK
Size: a a a
AK
AK
<form #tagForm="ngForm"> ... <form-field class="gray font-size-12"
[name]="key"
[schema]="tagType.schema.properties[key]"
[form]="tagForm" >
AK
АО
this.form.valueChanges
.debounce(500)
.map((value) => {
value.firstName = value.firstName.toUpperCase();
return value;
})
.filter((value) => this.form.valid)
.subscribe((value) => {
console.log("valid value: vm = ", JSON.stringify(value));
});
AK
AK
AK
AK
NK
АО
АО
AK
AK
AK
АО
AK
AK
АО
AK