fix(demo): replace @akveo with @nebular

This commit is contained in:
Alexander Zhukov 2017-08-01 17:42:21 +03:00
parent b772882cd6
commit 210c6f2355
129 changed files with 1010 additions and 1010 deletions

View file

@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { NgaThemeService } from '@akveo/nga-theme';
import { NbThemeService } from '@nebular/theme';
@Component({
selector: 'ngx-echarts-multiple-xaxis',
@ -10,7 +10,7 @@ import { NgaThemeService } from '@akveo/nga-theme';
export class EchartsMultipleXaxisComponent {
options: any;
constructor(private theme: NgaThemeService) {
constructor(private theme: NbThemeService) {
this.theme.getJsTheme().subscribe(config => {
const echarts: any = config.variables.echarts;