Skip to content

Commit

Permalink
Dev | Examples | Donut chart: Component name fix while launching stac…
Browse files Browse the repository at this point in the history
…kblitz
  • Loading branch information
lucky-9 committed Jul 26, 2024
1 parent 890c074 commit 7c5bd28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from '@angular/core'
import { data, DataRecord } from './data'

@Component({
selector: 'basic-donut-chart-component',
selector: 'basic-donut-chart',
templateUrl: './basic-donut-chart.component.html',
})

Expand Down

0 comments on commit 7c5bd28

Please sign in to comment.