mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-865] codelyzer diagrams and analytics (#2072)
* fix codelyzer diagrams and analytics * fix test
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user