mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
fix(demo): replace @akveo with @nebular
This commit is contained in:
parent
b772882cd6
commit
210c6f2355
129 changed files with 1010 additions and 1010 deletions
|
|
@ -1,16 +1,16 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { NgaThemeService } from '@akveo/nga-theme';
|
||||
import { NbThemeService } from '@nebular/theme';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-bubble-map',
|
||||
styleUrls: ['./bubble-map.component.scss'],
|
||||
template: `
|
||||
<nga-card size="xlarge">
|
||||
<nga-card-header>Bubble Maps</nga-card-header>
|
||||
<nga-card-body>
|
||||
<nb-card size="xlarge">
|
||||
<nb-card-header>Bubble Maps</nb-card-header>
|
||||
<nb-card-body>
|
||||
<div echarts [options]="options" class="echarts"></div>
|
||||
</nga-card-body>
|
||||
</nga-card>
|
||||
</nb-card-body>
|
||||
</nb-card>
|
||||
`,
|
||||
})
|
||||
export class BubbleMapComponent {
|
||||
|
|
@ -23,7 +23,7 @@ export class BubbleMapComponent {
|
|||
|
||||
bubbleTheme: any;
|
||||
|
||||
constructor(private theme: NgaThemeService) {
|
||||
constructor(private theme: NbThemeService) {
|
||||
|
||||
this.theme.getJsTheme()
|
||||
.subscribe(config => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue