baAmChart now loads its own styles

This commit is contained in:
nixa 2016-05-17 18:36:40 +03:00
parent 491a185cb3
commit f487080474
4 changed files with 7 additions and 5 deletions

View file

@ -9,8 +9,8 @@ import './leafletMaps.loader';
providers: [],
encapsulation: ViewEncapsulation.None,
styles: [require('./leafletMaps.scss')],
directives: [BaCard],
template: require('./leafletMaps.html'),
directives: [BaCard],
})
export class LeafletMaps {