MCPcopy Create free account
hub / github.com/angular/angular / TestModule

Class TestModule

packages/elements/test/create-custom-element_spec.ts:397–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 @Input({isSignal: true} as Input) fooSignal = input<string | null>(null);
396 }
397 @NgModule({
398 imports: [BrowserModule],
399 declarations: [TestComponent, TestSignalComponent],
400 })
401 class TestModule implements DoBootstrap {
402 ngDoBootstrap() {}
403 }
404
405 class TestStrategy implements NgElementStrategy {
406 connectedElement: HTMLElement | null = null;

Callers

nothing calls this directly

Calls 1

NgModuleInterface · 0.90

Tested by

no test coverage detected