Skip to content

Commit

Permalink
Merge pull request #1770 from ehunter-usgs/broken-build
Browse files Browse the repository at this point in the history
Broken build
  • Loading branch information
jmfee-usgs authored May 9, 2019
2 parents ae8d854 + 5ce97c2 commit 8582e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earthquake-eventpages",
"version": "1.24.0",
"version": "1.24.1",
"engines": {
"node": ">=10"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Component, Input, ViewEncapsulation } from '@angular/core';

import { LegendComponent as NgxLegendComponent } from '@swimlane/ngx-charts';
import { LegendComponent } from '@swimlane/ngx-charts';

@Component({
encapsulation: ViewEncapsulation.None,
selector: 'ngx-charts-custom-legend',
styleUrls: ['./custom-legend.component.scss'],
templateUrl: './custom-legend.component.html'
})
export class CustomLegendComponent extends NgxLegendComponent {
export class CustomLegendComponent extends LegendComponent {
@Input() icons = {};
}

0 comments on commit 8582e57

Please sign in to comment.