Skip to content

Commit 0666bb4

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Minor fixes.
1 parent c94b759 commit 0666bb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,13 +1212,14 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
12121212
/**
12131213
* Gets the custom template, if any, used for row drag ghost.
12141214
*/
1215+
@Input()
12151216
public get dragGhostCustomTemplate() {
12161217
return this._dragGhostCustomTemplate || this.dragGhostCustomTemplates.first;
12171218
}
12181219

12191220
/**
12201221
* Sets a custom template for the row drag ghost.
1221-
* * ```html
1222+
*```html
12221223
* <ng-template #template igxRowDragGhost>
12231224
* <igx-icon>menu</igx-icon>
12241225
* </ng-template>
@@ -2413,7 +2414,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
24132414

24142415
/**
24152416
* Sets a custom template that should be used when rendering the row drag indicator icon.
2416-
* * ```html
2417+
*```html
24172418
* <ng-template #template igxDragIndicatorIcon>
24182419
* <igx-icon>expand_less</igx-icon>
24192420
* </ng-template>

0 commit comments

Comments
 (0)