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

Class Comp

packages/core/test/render3/util/stringify_util_spec.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 describe('stringifyTypeForError util', () => {
14 it('should include the file path and line number for component if debug info includes them', () => {
15 class Comp {
16 static ɵcmp = ɵɵdefineComponent({type: Comp, decls: 0, vars: 0, template: () => ''});
17 }
18 ɵsetClassDebugInfo(Comp, {
19 className: 'Comp',
20 filePath: 'comp.ts',

Callers

nothing calls this directly

Calls 1

ɵɵdefineComponentFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…