Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmo-at-a9s committed Oct 16, 2023
1 parent e810093 commit f84a0a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ListViewComponent<T> implements OnDestroy {
// const componentFactory = this.componentFactoryResolver.resolveComponentFactory(ListComponent);
const viewContainerRef = this.listHost.viewContainerRef;
this.componentRef = viewContainerRef.createComponent(ListComponent,{
injector:this.makeCustomConfigInjector(listConfig.getListConfig())
injector: this.makeCustomConfigInjector(listConfig.getListConfig())
});
}

Expand Down

0 comments on commit f84a0a6

Please sign in to comment.