mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-863] codelyzer documentlist (#2059)
* codelyzer documentlist * tslint error after codelizer * fix import * fix tag test
This commit is contained in:
@@ -26,7 +26,7 @@ const DEFAULT_CONVERSION_ENCODING = 'pdf';
|
||||
templateUrl: './notSupportedFormat.component.html',
|
||||
styleUrls: ['./notSupportedFormat.component.css']
|
||||
})
|
||||
export class NotSupportedFormat implements OnInit {
|
||||
export class NotSupportedFormatComponent implements OnInit {
|
||||
|
||||
@Input()
|
||||
nameFile: string;
|
||||
|
Reference in New Issue
Block a user