refactor(theme): get back lost dependencies

This commit is contained in:
Dmitry Nehaychik 2017-06-13 21:04:29 +03:00
parent b9ca0163ff
commit f217e1f97a
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
import { Component } from '@angular/core';
import * as L from 'leaflet';
import 'style-loader!leaflet/dist/leaflet.css';
@Component({
selector: 'ngx-leaflet',
styleUrls: ['./leaflet.component.scss'],