MCPcopy
hub / github.com/angular/angular / CompWithUrlTemplate

Class CompWithUrlTemplate

packages/platform-browser/test/testing_public_spec.ts:399–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398 beforeEach(() => {
399 @Component({
400 selector: 'comp',
401 templateUrl: '/base/angular/packages/platform-browser/test/static_assets/test.html',
402 standalone: false,
403 })
404 class CompWithUrlTemplate {}
405
406 TestComponent = CompWithUrlTemplate;
407

Callers

nothing calls this directly

Calls 1

ComponentInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…