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

Method apply

packages/schematics/angular/utility/change.ts:17–17  ·  view source on GitHub ↗
(host: Host)

Source from the content-addressed store, hash-verified

15
16export interface Change {
17 apply(host: Host): Promise<void>;
18
19 // The file this change should be applied to. Some changes might not apply to
20 // a file (maybe the config).

Callers 1

applyMethod · 0.65

Implementers 15

NoopChangepackages/schematics/angular/utility/ch
InsertChangepackages/schematics/angular/utility/ch
RemoveChangepackages/schematics/angular/utility/ch
ReplaceChangepackages/schematics/angular/utility/ch
TypeScriptPathsPluginpackages/ngtools/webpack/src/paths-plu
AngularWebpackPluginpackages/ngtools/webpack/src/ivy/plugi
HostTreepackages/angular_devkit/schematics/src
ScopedTreepackages/angular_devkit/schematics/src
NullTreepackages/angular_devkit/schematics/src
UpdateRecorderBasepackages/angular_devkit/schematics/src
DelegateTreepackages/angular_devkit/schematics/src
WatchFilesLogsPluginpackages/angular_devkit/build_angular/

Calls

no outgoing calls

Tested by

no test coverage detected