MCPcopy Index your code
hub / github.com/angular/angular-cli / start

Method start

packages/angular/cli/src/commands/mcp/devserver.ts:39–39  ·  view source on GitHub ↗

* Launches the dev server and returns immediately. * * Throws if this server is already running.

()

Source from the content-addressed store, hash-verified

37 * Throws if this server is already running.
38 */
39 start(): void;
40
41 /**
42 * If the dev server is running, stops it.

Callers 7

executor.tsFile · 0.65
startMethod · 0.65
_renderUniversalFunction · 0.65
_appShellBuilderFunction · 0.65
_renderUniversalFunction · 0.65
startFunction · 0.65
startDevserverFunction · 0.65

Implementers 1

LocalDevserverpackages/angular/cli/src/commands/mcp/

Calls

no outgoing calls

Tested by

no test coverage detected