MCPcopy Index your code
hub / github.com/angular/angular-cli / delete

Method delete

packages/angular_devkit/schematics/src/tree/interface.ts:123–123  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

121 // Structural methods.
122 create(path: string, content: Buffer | string): void;
123 delete(path: string): void;
124 rename(from: string, to: string): void;
125
126 apply(action: Action, strategy?: MergeStrategy): void;

Callers 15

index_spec.tsFile · 0.65
updateProjectsFunction · 0.65
updateBuildTargetFunction · 0.65
updateProjectsFunction · 0.65
deleteFileFunction · 0.65
updateMethod · 0.65
invalidateMethod · 0.65
setupCompilationMethod · 0.65
markResourceUsedMethod · 0.65
updateAotProgramMethod · 0.65
_createJobMethod · 0.65

Implementers 4

HostTreepackages/angular_devkit/schematics/src
ScopedTreepackages/angular_devkit/schematics/src
NullTreepackages/angular_devkit/schematics/src
DelegateTreepackages/angular_devkit/schematics/src

Calls

no outgoing calls

Tested by

no test coverage detected