Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ 500-create-project.ts
File
500-create-project.ts
tests/e2e/initialize/500-create-project.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ join } from
'node:path'
;
2
import
{ getGlobalVariable } from
'../utils/env'
;
3
import
{ expectFileToExist } from
'../utils/fs'
;
4
import
{ gitClean } from
'../utils/git'
;
Callers
nothing calls this directly
Calls
8
getGlobalVariable
Function · 0.90
gitClean
Function · 0.90
ng
Function · 0.90
getActivePackageManager
Function · 0.90
expectFileToExist
Function · 0.90
updateJsonFile
Function · 0.90
prepareProjectForE2e
Function · 0.90
join
Function · 0.85
Tested by
no test coverage detected