MCPcopy 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

Calls 2

getMethod · 0.95
modifyMethod · 0.95

Tested by

no test coverage detected