Skip to content

Commit ec1a31d

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix snippets.
1 parent f7283cc commit ec1a31d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)