• Overview
@angular/forms/signals

maxMetadataKey

function

Creates AggregateMetadataKey that reduces its individual values by taking their max.

API

function maxMetadataKey(): AggregateMetadataKey<
  number | undefined,
  number | undefined
>;

maxMetadataKey

AggregateMetadataKey<number | undefined, number | undefined>

Creates AggregateMetadataKey that reduces its individual values by taking their max.

@returnsAggregateMetadataKey<number | undefined, number | undefined>
Jump to details