f
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
|||||||
signal,
|
signal,
|
||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import { RouterLink } from '@angular/router';
|
import { RouterLink } from '@angular/router';
|
||||||
|
import { UpperCasePipe } from '@angular/common';
|
||||||
import {
|
import {
|
||||||
Chart,
|
Chart,
|
||||||
ChartConfiguration,
|
ChartConfiguration,
|
||||||
@@ -36,7 +37,7 @@ Chart.register(...registerables);
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-running-kpi-dashboard',
|
selector: 'app-running-kpi-dashboard',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [RouterLink],
|
imports: [RouterLink, UpperCasePipe],
|
||||||
templateUrl: './running-kpi-dashboard.component.html',
|
templateUrl: './running-kpi-dashboard.component.html',
|
||||||
styleUrl: './running-kpi-dashboard.component.scss',
|
styleUrl: './running-kpi-dashboard.component.scss',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user