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