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

Method text

ng-dev/utils/spinner.ts:30–33  ·  view source on GitHub ↗
(text: string | undefined)

Source from the content-addressed store, hash-verified

28 /** The current text of the spinner. */
29 private _text: string = '';
30 private set text(text: string | undefined) {
31 this._text = text || this._text;
32 this.printFrame(this.getNextSpinnerCharacter(), text);
33 }
34 private get text(): string {
35 return this._text;
36 }

Callers 2

getNodeJsRepositoriesFunction · 0.45
test.mjsFile · 0.45

Calls 2

printFrameMethod · 0.95

Tested by

no test coverage detected