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

Class App

packages/core/test/acceptance/host_binding_spec.ts:201–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 @Component({
202 template: `<parent [prop]="prop" [prop2]="prop2"></parent>`,
203 standalone: false,
204
205 changeDetection: ChangeDetectionStrategy.Eager,
206 })
207 class App {
208 prop = 'a';
209 prop2 = 1;
210 }
211
212 TestBed.configureTestingModule({declarations: [App, ParentCmp, ChildCmp]});
213 const fixture = TestBed.createComponent(App);

Callers

nothing calls this directly

Calls 5

ComponentInterface · 0.90
triggerFunction · 0.90
stateFunction · 0.90
styleFunction · 0.90
HostBindingInterface · 0.90

Tested by

no test coverage detected