mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix tslint
This commit is contained in:
@@ -30,9 +30,10 @@ declare let __moduleName: string;
|
|||||||
})
|
})
|
||||||
export class AnalyticsComponent {
|
export class AnalyticsComponent {
|
||||||
|
|
||||||
constructor(){
|
constructor() {
|
||||||
console.log('AnalyticsComponent');
|
console.log('AnalyticsComponent');
|
||||||
}
|
}
|
||||||
|
|
||||||
// lineChart
|
// lineChart
|
||||||
public lineChartData: Array<any> = [
|
public lineChartData: Array<any> = [
|
||||||
[65, 59, 80, 81, 56, 55, 40],
|
[65, 59, 80, 81, 56, 55, 40],
|
||||||
|
Reference in New Issue
Block a user