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

Function targetStringFromTarget

packages/angular_devkit/architect/src/api.ts:328–330  ·  view source on GitHub ↗
({ project, target, configuration }: Target)

Source from the content-addressed store, hash-verified

326 * Returns a string of "project:target[:configuration]" for the target object.
327 */
328export function targetStringFromTarget({ project, target, configuration }: Target) {
329 return `${project}:${target}${configuration !== undefined ? ':' + configuration : ''}`;
330}
331
332/**
333 * Return a Target tuple from a specifier string.

Callers 10

api_spec.tsFile · 0.90
scheduleByNameFunction · 0.90
scheduleByTargetFunction · 0.90
_createBuilderMethod · 0.90
onInputFunction · 0.90
addTargetMethod · 0.90
getOptionsForTargetMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected