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

Class

ng-dev/utils/spinner.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const showCursor = '\x1b[?25h';
18
19export class Spinner {
20 /** Whether the spinner is marked as completed. */
21 private completed = false;
22 /** The id of the interval being used to trigger frame printing. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected