MCPcopy
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

index_spec.tsFile · 0.45
index.tsFile · 0.45
index.tsFile · 0.45
updateTsConfigRuleFunction · 0.45
findNodesFunction · 0.45
getSourceNodesFunction · 0.45
findModuleFromOptionsFunction · 0.45
addTaskFunction · 0.45
warnFunction · 0.45
addDependencyFunction · 0.45
addDeclarationToNgModuleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected