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

Function silentNg

tests/e2e/utils/process.ts:378–380  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

376}
377
378export function silentNg(...args: string[]) {
379 return _exec({ silent: true }, 'ng', args);
380}
381
382export function silentNpm(...args: string[]): Promise<ProcessOutput>;
383export function silentNpm(args: string[], options?: { cwd?: string }): Promise<ProcessOutput>;

Callers 15

help-hidden.tsFile · 0.90
help-json.tsFile · 0.90
config-set.tsFile · 0.90
run.tsFile · 0.90
rebuild.tsFile · 0.90
command-scope.tsFile · 0.90
ssr-with-ssl.tsFile · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected