Skip to content

entryComponents required in tests #17110

@pburkindine

Description

@pburkindine

We are having to declare entryComponents in tests after upgrading to A9; the documentation indicates this should not be necessary


@NgModule({
  entryComponents: [
    xyz,
  ]
})
export class ImportModule {}
 beforeEach(async(() => {
    TestBed.configureTestingModule({
      imports: [RouterTestingModule, ImportModule],
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions