mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove consecutive blank line
This commit is contained in:
@@ -22,7 +22,6 @@ import { ReportModel } from '../models/report.model';
|
||||
import { Observer } from 'rxjs/Observer';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'analytics-report-list',
|
||||
@@ -61,7 +60,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
this.getReportListByAppId();
|
||||
}
|
||||
|
||||
|
||||
getReportListByAppId() {
|
||||
this.analyticsService.getReportList().subscribe(
|
||||
(res: ReportModel[]) => {
|
||||
|
@@ -38,7 +38,6 @@ export const ANALYTICS_PROVIDERS: any[] = [
|
||||
AnalyticsService
|
||||
];
|
||||
|
||||
|
||||
describe('Show component HTML', () => {
|
||||
|
||||
let component: any;
|
||||
|
@@ -171,7 +171,6 @@ export class AnalyticsComponent implements OnInit, OnChanges {
|
||||
this.reportParamQuery.dateRange.endDate = dateRange.endDate;
|
||||
}
|
||||
|
||||
|
||||
onDateRangeIntervalChange(field: any) {
|
||||
this.reset();
|
||||
this.reportParamQuery.dateRangeInterval = field.value;
|
||||
|
@@ -18,7 +18,6 @@
|
||||
import { Component, ElementRef } from '@angular/core';
|
||||
import { WidgetComponent } from './../widget.component';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'date-widget',
|
||||
|
@@ -18,7 +18,6 @@
|
||||
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
||||
import { WidgetComponent } from './../widget.component';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'dropdown-widget',
|
||||
|
@@ -19,7 +19,6 @@ import { Component, ElementRef, OnInit } from '@angular/core';
|
||||
import { NumberWidget } from './../number/number.widget';
|
||||
import { ReportParameterModel, ParameterValueModel } from './../../../models/report.model';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'duration-widget',
|
||||
|
@@ -18,7 +18,6 @@
|
||||
import { Component, ElementRef } from '@angular/core';
|
||||
import { WidgetComponent } from './../widget.component';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'number-widget',
|
||||
|
@@ -120,7 +120,6 @@ export class TableChart extends Chart {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export class HeatMapChart extends Chart {
|
||||
title: string;
|
||||
titleKey: string;
|
||||
|
@@ -101,7 +101,6 @@ export class ParameterValueModel {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export class ReportQuery {
|
||||
processDefinitionId: string;
|
||||
status: string;
|
||||
|
@@ -205,7 +205,4 @@ export class AnalyticsService {
|
||||
console.error(error);
|
||||
return Observable.throw(error.json().error || 'Server error');
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user