MCPcopy Create free account
hub / github.com/angular/dev-infra / constructor

Method constructor

ng-dev/utils/spinner.ts:40–43  ·  view source on GitHub ↗
(text?: string)

Source from the content-addressed store, hash-verified

38 constructor();
39 constructor(text: string);
40 constructor(text?: string) {
41 this.hideCursor();
42 this.text = text;
43 }
44
45 /** Updates the spinner text with the provided text. */
46 update(text: string) {

Callers

nothing calls this directly

Calls 1

hideCursorMethod · 0.95

Tested by

no test coverage detected