feat(dependencies): update dependencies, angular 5+, nebular rc.4 (#1477)

This commit is contained in:
Dmitry Nehaychik 2018-01-04 15:49:27 +03:00 committed by GitHub
parent 630c2496ef
commit f6e8c57d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 2436 additions and 2063 deletions

View file

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { AngularEchartsModule } from 'ngx-echarts';
import { NgxEchartsModule } from 'ngx-echarts';
import { ThemeModule } from '../../@theme/theme.module';
import { DashboardComponent } from './dashboard.component';
@ -24,7 +24,7 @@ import { TrafficChartComponent } from './traffic/traffic-chart.component';
@NgModule({
imports: [
ThemeModule,
AngularEchartsModule,
NgxEchartsModule,
],
declarations: [
DashboardComponent,

View file

@ -3,7 +3,7 @@
@include nb-install-component() {
.team-photo {
background-image: url('~/assets/images/team.png');
background-image: url('/assets/images/team.png');
background-position: center;
background-size: cover;
position: relative;