File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1374,7 +1374,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
13741374
13751375 /**
13761376 * Sets a custom template that should be used when rendering a header sorting indicator when columns are sorted in asc order.
1377- * * ```html
1377+ *```html
13781378 * <ng-template #template igxSortAscendingHeaderIcon>
13791379 * <igx-icon>expand_less</igx-icon>
13801380 * </ng-template>
@@ -1403,7 +1403,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
14031403
14041404 /**
14051405 * Sets a custom template that should be used when rendering a header sorting indicator when columns are sorted in desc order.
1406- * * ```html
1406+ *```html
14071407 * <ng-template #template igxSortDescendingHeaderIcon>
14081408 * <igx-icon>expand_more</igx-icon>
14091409 * </ng-template>
@@ -1435,7 +1435,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
14351435
14361436 /**
14371437 * Sets a custom template that should be used when rendering a header sorting indicator when columns are not sorted.
1438- * * ```html
1438+ *```html
14391439 * <ng-template #template igxSortHeaderIcon>
14401440 * <igx-icon>unfold_more</igx-icon>
14411441 * </ng-template>
You can’t perform that action at this time.
0 commit comments