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

Class Comp

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

Source from the content-addressed store, hash-verified

230 }
231
232 @Component({
233 selector: 'my-comp',
234 template: '<div animationPropDir>Some content</div>',
235 animations: [trigger('myAnimation', [state('color', style({color: 'red'}))])],
236 standalone: false,
237
238 changeDetection: ChangeDetectionStrategy.Eager,
239 })
240 class Comp {}
241
242 TestBed.configureTestingModule({
243 declarations: [Comp, AnimationPropDir],

Callers

nothing calls this directly

Calls 7

ComponentInterface · 0.90
triggerFunction · 0.90
stateFunction · 0.90
styleFunction · 0.90
HostBindingInterface · 0.90
transitionFunction · 0.90
HostListenerInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…