File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/igniteui-angular/src/lib/list Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ export class IgxListComponent extends IgxListBaseDirective {
474474
475475 /**
476476 * Gets the list `items` excluding the header ones.
477- *
477+ *
478478 * @example
479479 * ```typescript
480480 * let listItems: IgxListItemComponent[] = this.list.items;
@@ -494,7 +494,7 @@ export class IgxListComponent extends IgxListBaseDirective {
494494
495495 /**
496496 * Gets the header list `items`.
497- *
497+ *
498498 * @example
499499 * ```typescript
500500 * let listHeaders: IgxListItemComponent[] = this.list.headers;
@@ -518,7 +518,7 @@ export class IgxListComponent extends IgxListBaseDirective {
518518 * @remark
519519 * Gets the `context` object which represents the `template context` binding into the `list container`
520520 * by providing the `$implicit` declaration which is the `IgxListComponent` itself.
521- *
521+ *
522522 * @example
523523 * ```typescript
524524 * let listComponent = this.list.context;
@@ -532,7 +532,7 @@ export class IgxListComponent extends IgxListBaseDirective {
532532
533533 /**
534534 * Gets a `TemplateRef` to the currently used template.
535- *
535+ *
536536 * @example
537537 * ```typescript
538538 * let listTemplate = this.list.template;
You can’t perform that action at this time.
0 commit comments