Skip to content

Commit

Permalink
Remove entryComponents, not needed since Angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 22, 2023
1 parent ab47493 commit bafee1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ export class SafeUrlPipe implements PipeTransform {
Angulartics2Module.forRoot(),
FontAwesomeModule,
],
entryComponents: [GenesDownloadDialogComponent, QueryDetailsDialogComponent,
GenesTableConfigComponent, MessageDialogComponent],
providers: [PombaseAPIService,
{ provide: 'Window', useValue: window },
{ provide: 'Document', useFactory: documentFactory },
Expand Down

0 comments on commit bafee1e

Please sign in to comment.