MCPcopy
hub / github.com/angular/angular / FalseAttributesModule

Class FalseAttributesModule

packages/platform-server/test/integration_spec.ts:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564);
565
566@NgModule({
567 declarations: [MyHostComponent, MyChildComponent],
568 bootstrap: [MyHostComponent],
569 imports: [ServerModule, BrowserModule],
570 providers: [provideNgReflectAttributes()],
571})
572class FalseAttributesModule {}
573
574function createMyInputComponent(standalone: boolean) {
575 @Component({

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…