Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ push
Method
push
packages/angular_devkit/schematics/src/tree/action.ts:125–127 ·
view source on GitHub ↗
(action: Action)
Source
from the content-addressed store, hash-verified
123
}
124
125
push(action: Action): void {
126
this._actions.push(action);
127
}
128
get(i: number): Action {
129
return
this._actions[i];
130
}
Callers
15
generateConfigurationEnvironments
Function · 0.45
index_spec.ts
File · 0.45
index.ts
File · 0.45
index.ts
File · 0.45
updateTsConfigRule
Function · 0.45
findNodes
Function · 0.45
getSourceNodes
Function · 0.45
findModuleFromOptions
Function · 0.45
addTask
Function · 0.45
warn
Function · 0.45
addDependency
Function · 0.45
addDeclarationToNgModule
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected