[ADF-865] codelyzer diagrams and analytics (#2072)

* fix codelyzer diagrams and analytics

* fix test
This commit is contained in:
Eugenio Romano
2017-07-11 16:20:03 +01:00
parent 8a509e3c31
commit 8a013b3bd1
88 changed files with 331 additions and 192 deletions

View File

@@ -15,13 +15,13 @@
* limitations under the License.
*/
import { Component, ElementRef, EventEmitter, Input, Output } from '@angular/core';
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
@Component({
selector: 'diagram-camel-task',
templateUrl: './diagram-camel-task.component.html'
})
export class DiagramCamelTaskComponent {
export class DiagramCamelTaskComponent implements OnInit {
@Input()
data: any;