forked from ttc/micro-frontend
dropdown
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { ChartConfiguration, ChartOptions } from 'chart.js';
|
||||
import { BaseChartDirective } from 'ng2-charts';
|
||||
import { GeneralService } from '../../services/generalservice';
|
||||
import { IDropAct } from '../../interfaces/dashboard.interface';
|
||||
import { IDropAct, IStateDrop } from '../../interfaces/dashboard.interface';
|
||||
|
||||
|
||||
@Component({
|
||||
@@ -14,7 +14,7 @@ import { IDropAct } from '../../interfaces/dashboard.interface';
|
||||
})
|
||||
export class MainDashboardContentComponent implements OnInit {
|
||||
@ViewChild(BaseChartDirective) chart?: BaseChartDirective;
|
||||
myDropAct!: IDropAct;
|
||||
myDropAct!: IStateDrop;
|
||||
|
||||
constructor(
|
||||
private generalService: GeneralService,
|
||||
|
||||
Reference in New Issue
Block a user