[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,6 +15,7 @@
* limitations under the License.
*/
/* tslint:disable:no-access-missing-member */
import { Component, ElementRef, Input } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { WidgetComponent } from './../widget.component';
@@ -23,7 +24,7 @@ import { WidgetComponent } from './../widget.component';
selector: 'checkbox-widget',
templateUrl: './checkbox.widget.html'
})
export class CheckboxWidget extends WidgetComponent {
export class CheckboxWidgetComponent extends WidgetComponent {
@Input()
field: any;