S
Size: a a a
S
S
S
S
S
S
S
S
S
S
S
J
DT
VT
DT
VT
DT
<div class="container-total__calculator" *ngIf="(exactConditions$ | async) as loanConditions">
<ng-container *ngIf="loanConditions.length">
{{loanCondition | json}}
</ng-container></ng-container>
e.select(selectExactConditions)ак
.subscribe(data => {
if (!data) {
return;
}
this.exactConditions$.next(data);
});
в коде т
VT
this.exactConditions$.next(data); выполняется?DT