MCPcopy Index your code
hub / github.com/angular/angular-cli / apply

Method apply

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

Source from the content-addressed store, hash-verified

179 }
180
181 apply(action: Action, strategy?: MergeStrategy): void {
182 return this._base.apply(this._fullPathAction(action), strategy);
183 }
184
185 get actions(): Action[] {
186 const scopedActions: Action[] = [];

Callers

nothing calls this directly

Calls 2

_fullPathActionMethod · 0.95
applyMethod · 0.65

Tested by

no test coverage detected