From cce9d3f3964109ab8937712bd4aabca5d5448181 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 20 Jun 2019 13:32:25 +0300 Subject: [PATCH] fix(maps): import card module --- src/app/pages/maps/maps.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pages/maps/maps.module.ts b/src/app/pages/maps/maps.module.ts index aef0352c..19c2c0df 100644 --- a/src/app/pages/maps/maps.module.ts +++ b/src/app/pages/maps/maps.module.ts @@ -2,6 +2,7 @@ import { NgModule } from '@angular/core'; import { AgmCoreModule } from '@agm/core'; import { LeafletModule } from '@asymmetrik/ngx-leaflet'; import { NgxEchartsModule } from 'ngx-echarts'; +import { NbCardModule } from '@nebular/theme'; import { ThemeModule } from '../../@theme/theme.module'; import { MapsRoutingModule, routedComponents } from './maps-routing.module'; @@ -16,6 +17,7 @@ import { MapsRoutingModule, routedComponents } from './maps-routing.module'; LeafletModule.forRoot(), MapsRoutingModule, NgxEchartsModule, + NbCardModule, ], exports: [], declarations: [