Skip to content

Commit dfbee72

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add context type.
1 parent 8a6835c commit dfbee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class IgxGridComponent extends IgxGridBaseDirective implements GridType,
155155
* @hidden @internal
156156
*/
157157
@ContentChild(IgxGridDetailTemplateDirective, { read: TemplateRef })
158-
public detailTemplateDirective: TemplateRef<any>;
158+
public detailTemplateDirective: TemplateRef<IgxGridMasterDetailContext>;
159159

160160

161161
/**

0 commit comments

Comments
 (0)