MCPcopy
hub / github.com/angular/angular / submitted

Method submitted

packages/forms/src/directives/ng_form.ts:132–134  ·  view source on GitHub ↗

* @description * Returns whether the form submission has been triggered.

()

Source from the content-addressed store, hash-verified

130 * Returns whether the form submission has been triggered.
131 */
132 get submitted(): boolean {
133 return untracked(this.submittedReactive);
134 }
135 /** @internal */
136 readonly _submitted = computed(() => this.submittedReactive());
137 private readonly submittedReactive = signal(false);

Callers

nothing calls this directly

Calls 1

untrackedFunction · 0.90

Tested by

no test coverage detected