Skip to content

Commit

Permalink
chore: fixing errors related to strict templates #847 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo authored Jul 28, 2021
1 parent 11cadec commit b122ae9
Show file tree
Hide file tree
Showing 13 changed files with 958 additions and 440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h5 class="switch-sample__title">Boston Marathon 2020</h5>
</ng-template>
</igx-column>

<igx-column field="Speed" header="Speed" [width]="'23%'" [filterable]="false" [hasSummary]="true" [summaries]="speedSummary">
<igx-column field="SpeedEntries" header="Speed" [width]="'23%'" [filterable]="false" [hasSummary]="true" [summaries]="speedSummary">
<ng-template igxCell let-val>
<igx-sparkline height="40px" width="190px" [dataSource]="val" valueMemberPath="Speed" [displayType]="displayType.Line" [minimum]="0"
[lineThickness]="2" brush="rgb(0, 153, 255)">
Expand Down
Loading

0 comments on commit b122ae9

Please sign in to comment.