mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(maps): fix #813
This commit is contained in:
parent
1baa6d4600
commit
b414eaf9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
import {Component, ElementRef} from '@angular/core';
|
import {Component, ElementRef} from '@angular/core';
|
||||||
|
|
||||||
import 'leaflet-map';
|
import 'leaflet-map';
|
||||||
|
import 'style-loader!./leafletMaps.scss';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'leaflet-maps',
|
selector: 'leaflet-maps',
|
||||||
styleUrls: ['./leafletMaps.scss'],
|
|
||||||
templateUrl: './leafletMaps.html'
|
templateUrl: './leafletMaps.html'
|
||||||
})
|
})
|
||||||
export class LeafletMaps {
|
export class LeafletMaps {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue