MCPcopy Create free account
hub / github.com/angular/angular / createLimitSelectionKey

Function createLimitSelectionKey

packages/forms/signals/src/api/rules/metadata.ts:316–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 * @publicApi 22.0
315 */
316export function createLimitSelectionKey(): LimitSelectionKey {
317 return createMetadataKey() as LimitSelectionKey;
318}
319
320/**
321 * A {@link MetadataKey} representing whether the field is required.

Callers 1

metadata.tsFile · 0.85

Calls 1

createMetadataKeyFunction · 0.85

Tested by

no test coverage detected