mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(baAmChart): remove unused scss file
This commit is contained in:
parent
4f10ea8403
commit
6bca50b36e
2 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import {BaAmChartThemeService} from './baAmChartTheme.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ba-am-chart',
|
selector: 'ba-am-chart',
|
||||||
styles: [require('./baAmChart.scss')],
|
|
||||||
template: require('./baAmChart.html'),
|
template: require('./baAmChart.html'),
|
||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
providers: [BaAmChartThemeService],
|
providers: [BaAmChartThemeService],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue