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

Class App

packages/core/test/debug/debug_node_spec.ts:1274–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272 @Input() svgIcon: any = '';
1273 }
1274 @Component({
1275 template: `<my-icon svgIcon="test"></my-icon>`,
1276 standalone: false,
1277 })
1278 class App {}
1279
1280 TestBed.configureTestingModule({declarations: [App, Icon]});
1281 const fixture = TestBed.createComponent(App);

Callers

nothing calls this directly

Calls 1

ComponentInterface · 0.90

Tested by

no test coverage detected