| 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…