Skip to content

Commit 87a6e31

Browse files
committed
chore(list): fixing lint errors
1 parent fe95c3c commit 87a6e31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/list/list.component.ts

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

0 commit comments

Comments
 (0)