• Overview
@angular/forms/signals

andProperty

function

Creates an aggregate property that reduces its individual values by logically and-ing them.

API

function andProperty(): AggregateProperty<boolean, boolean>;

andProperty

AggregateProperty<boolean, boolean>

Creates an aggregate property that reduces its individual values by logically and-ing them.

@returnsAggregateProperty<boolean, boolean>
Jump to details