Skip to content

Commit

Permalink
fix(chartist-cmp): use "div" tag instead of "ng-content" since nothin…
Browse files Browse the repository at this point in the history
…g is projected.
  • Loading branch information
hakimio committed Jan 16, 2019
1 parent b0be49a commit 0498e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-chartist/src/lib/chartist.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface ChartEvent {

@Component({
selector: 'x-chartist',
template: '<ng-content></ng-content>'
template: '<div></div>'
})
export class ChartistComponent implements OnInit, OnChanges, OnDestroy {
@Input()
Expand Down

0 comments on commit 0498e3e

Please sign in to comment.