Skip to content

Commit

Permalink
update flexrender types
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 12, 2024
1 parent 4dc3d72 commit 529bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-table/src/flex-render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class FlexRenderDirective<TProps extends NonNullable<unknown>>
private templateRef: TemplateRef<any>
) {}

ref?: ComponentRef<any> | EmbeddedViewRef<any> | null = null
ref?: ComponentRef<unknown> | EmbeddedViewRef<unknown> | null = null

ngOnInit(): void {
this.ref = this.render()
Expand Down

0 comments on commit 529bc29

Please sign in to comment.