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

Method clear

adev/src/content/examples/aria/autocomplete/src/basic/app/app.ts:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12})
13export class App {
14 clear() {
15 this.query.set('');
16 this.selectedOption.set([]);
17 this.popupExpanded.set(false);
18 }
19
20 readonly listbox = viewChild(Listbox);
21 readonly combobox = viewChild(Combobox);

Callers 11

killExistingProcessesMethod · 0.45
clearTerminalsMethod · 0.45
disableMethod · 0.45
changeProjectMethod · 0.45
app.e2e-spec.tsFile · 0.45
testsFunction · 0.45
bobTestsFunction · 0.45
asyncValidationTestsFunction · 0.45
crossValidationTestsFunction · 0.45
constructorMethod · 0.45
app.e2e-spec.tsFile · 0.45

Calls 1

setMethod · 0.65

Tested by

no test coverage detected