adf-insights 2.0.1

This commit is contained in:
Eugenio Romano
2017-11-29 18:23:49 +00:00
parent 18dc0711f9
commit a25c6a39d3
41 changed files with 1075 additions and 724 deletions

View File

@@ -16,7 +16,7 @@
*/
import { Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, ViewChild, ViewEncapsulation } from '@angular/core';
import { ReportQuery } from '../../diagram';
import { ReportQuery } from '../../diagram/models/report/reportQuery.model';
import { AnalyticsGeneratorComponent } from './analytics-generator.component';
@Component({