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

Function noSilentNg

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

Source from the content-addressed store, hash-verified

372}
373
374export function noSilentNg(...args: string[]) {
375 return _exec({}, 'ng', args);
376}
377
378export function silentNg(...args: string[]) {
379 return _exec({ silent: true }, 'ng', args);

Callers 5

update.tsFile · 0.90
node-sourcemaps.tsFile · 0.90
ngFunction · 0.85

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected