Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
export
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
apply
Method · 0.65
Implementers
15
NoopChange
packages/schematics/angular/utility/ch
InsertChange
packages/schematics/angular/utility/ch
RemoveChange
packages/schematics/angular/utility/ch
ReplaceChange
packages/schematics/angular/utility/ch
TypeScriptPathsPlugin
packages/ngtools/webpack/src/paths-plu
AngularWebpackPlugin
packages/ngtools/webpack/src/ivy/plugi
HostTree
packages/angular_devkit/schematics/src
ScopedTree
packages/angular_devkit/schematics/src
NullTree
packages/angular_devkit/schematics/src
UpdateRecorderBase
packages/angular_devkit/schematics/src
DelegateTree
packages/angular_devkit/schematics/src
WatchFilesLogsPlugin
packages/angular_devkit/build_angular/
Calls
no outgoing calls
Tested by
no test coverage detected