mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
baAmChart now loads its own styles
This commit is contained in:
parent
491a185cb3
commit
f487080474
4 changed files with 7 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ import {GoogleMapsLoader} from './googleMaps.loader';
|
|||
selector: 'google-maps',
|
||||
pipes: [],
|
||||
providers: [],
|
||||
styles: [require('./googleMaps.scss')],
|
||||
directives: [BaCard],
|
||||
styles: [require('./googleMaps.scss')],
|
||||
template: require('./googleMaps.html'),
|
||||
})
|
||||
export class GoogleMaps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue