mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-864] codelyzer form component (#2076)
This commit is contained in:
@@ -25,7 +25,7 @@ import { baseHost , WidgetComponent } from './../widget.component';
|
||||
styleUrls: ['./hyperlink.widget.css'],
|
||||
host: baseHost
|
||||
})
|
||||
export class HyperlinkWidget extends WidgetComponent implements OnInit {
|
||||
export class HyperlinkWidgetComponent extends WidgetComponent implements OnInit {
|
||||
|
||||
linkUrl: string = WidgetComponent.DEFAULT_HYPERLINK_URL;
|
||||
linkText: string = null;
|
||||
|
Reference in New Issue
Block a user