MCPcopy Index your code
hub / github.com/angular/angular / getName

Function getName

packages/localize/test/translate_spec.ts:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 expect($localize`abc${1 + 2 + 3}def`).toEqual('abc6def');
35 expect($localize`abc${1 + 2 + 3}def${4 + 5 + 6}`).toEqual('abc6def15');
36 const getName = () => 'World';
37 expect($localize`Hello, ${getName()}!`).toEqual('Hello, World!');
38 });
39 });

Callers 1

translate_spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…