MCPcopy
hub / github.com/angular/angular-cli / apply

Method apply

packages/angular_devkit/schematics/src/tree/interface.ts:126–126  ·  view source on GitHub ↗
(action: Action, strategy?: MergeStrategy)

Source from the content-addressed store, hash-verified

124 rename(from: string, to: string): void;
125
126 apply(action: Action, strategy?: MergeStrategy): void;
127 readonly actions: Action[];
128}
129

Callers 6

commitUpdateMethod · 0.65
recorder_spec.tsFile · 0.65
applyMethod · 0.65
applyMethod · 0.65
subscribeMethod · 0.65
memoizeFunction · 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