Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ install-allow-scripts.ts
File
install-allow-scripts.ts
tests/e2e/tests/generate/install-allow-scripts.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ copyAssets } from
'../../utils/assets'
;
2
import
{ expectFileNotToExist, expectFileToExist, rimraf } from
'../../utils/fs'
;
3
import
{ ng } from
'../../utils/process'
;
4
Callers
nothing calls this directly
Calls
5
copyAssets
Function · 0.90
ng
Function · 0.90
expectFileToExist
Function · 0.90
expectFileNotToExist
Function · 0.90
rimraf
Function · 0.90
Tested by
no test coverage detected