Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ remove
Method
remove
packages/schematics/angular/utility/json-file.ts:110–114 ·
view source on GitHub ↗
(jsonPath: JSONPath)
Source
from the content-addressed store, hash-verified
108
}
109
110
remove(jsonPath: JSONPath): void {
111
if
(this.get(jsonPath) !== undefined) {
112
this.modify(jsonPath, undefined);
113
}
114
}
115
}
Callers
1
removePackageJsonDependency
Function · 0.95
Calls
2
get
Method · 0.95
modify
Method · 0.95
Tested by
no test coverage detected