mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Provide debug property as public API
This commit is contained in:
parent
71094181ce
commit
01404b16b4
@ -38,6 +38,9 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges {
|
|||||||
@Input()
|
@Input()
|
||||||
reportId: string;
|
reportId: string;
|
||||||
|
|
||||||
|
@Input()
|
||||||
|
debug: boolean = false;
|
||||||
|
|
||||||
@Output()
|
@Output()
|
||||||
onSuccess = new EventEmitter();
|
onSuccess = new EventEmitter();
|
||||||
|
|
||||||
@ -57,8 +60,6 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges {
|
|||||||
|
|
||||||
reportForm: FormGroup;
|
reportForm: FormGroup;
|
||||||
|
|
||||||
debug: boolean = false;
|
|
||||||
|
|
||||||
private dropDownSub;
|
private dropDownSub;
|
||||||
private reportParamsSub;
|
private reportParamsSub;
|
||||||
private paramOpts;
|
private paramOpts;
|
||||||
|
@ -35,6 +35,9 @@ export class AnalyticsComponent implements OnInit, OnChanges {
|
|||||||
@Input()
|
@Input()
|
||||||
reportId: number;
|
reportId: number;
|
||||||
|
|
||||||
|
@Input()
|
||||||
|
debug: boolean = false;
|
||||||
|
|
||||||
@Output()
|
@Output()
|
||||||
onSuccess = new EventEmitter();
|
onSuccess = new EventEmitter();
|
||||||
|
|
||||||
@ -48,8 +51,6 @@ export class AnalyticsComponent implements OnInit, OnChanges {
|
|||||||
|
|
||||||
reports: any[];
|
reports: any[];
|
||||||
|
|
||||||
debug: boolean = false;
|
|
||||||
|
|
||||||
constructor(private translate: AlfrescoTranslationService,
|
constructor(private translate: AlfrescoTranslationService,
|
||||||
private analyticsService: AnalyticsService) {
|
private analyticsService: AnalyticsService) {
|
||||||
console.log('AnalyticsComponent');
|
console.log('AnalyticsComponent');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user