• Overview
@angular/cdk/testing/testbed

Fixture

Type Alias

Covers all fixtures supported by TestBed.

API

    
      type Fixture<T = unknown> = ComponentFixture<T> | DirectiveFixture<T>
    
    
Jump to details