mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
This reverts commit f3a94bdfa4
.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<button
|
||||
mat-icon-button
|
||||
*ngFor="let report of reports; let idx = index"
|
||||
[title]="report.title"
|
||||
[matTooltip]="report.title"
|
||||
[color]="isCurrent(idx) ? 'primary' : null"
|
||||
(click)="selectCurrent(idx)"
|
||||
>
|
||||
|
@@ -21,6 +21,7 @@ import { Chart } from '../../diagram/models/chart/chart.model';
|
||||
import { AnalyticsService } from '../services/analytics.service';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatTooltipModule } from '@angular/material/tooltip';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { NgChartsModule } from 'ng2-charts';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
@@ -34,6 +35,7 @@ import { AnalyticsReportHeatMapComponent } from './analytics-report-heat-map.com
|
||||
imports: [
|
||||
CommonModule,
|
||||
MatButtonModule,
|
||||
MatTooltipModule,
|
||||
MatIconModule,
|
||||
NgChartsModule,
|
||||
TranslateModule,
|
||||
|
Reference in New Issue
Block a user