Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
374
export
function
noSilentNg(...args: string[]) {
375
return
_exec({},
'ng'
, args);
376
}
377
378
export
function
silentNg(...args: string[]) {
379
return
_exec({ silent: true },
'ng'
, args);
Callers
5
update-application-builder.ts
File · 0.90
update.ts
File · 0.90
node-sourcemaps.ts
File · 0.90
browser-sourcemaps.ts
File · 0.90
ng
Function · 0.85
Calls
1
_exec
Function · 0.85
Tested by
no test coverage detected