{{'Ticket To Article' | translate}}

{{item?.name}}
@if (hassubcategoriess.length) {
{{item?.subcategoryname}}
}
@if (description.errors?.['maxLength']) {
{{ description.errors?.['maxLength'].actualLength }}/{{ description.errors?.['maxLength'].maxLength }} {{' exceeded the limit' | translate}}
} @if ((description.invalid && description.touched) || description.dirty) {
@if (description.errors?.['required']) { {{'Description is required' | translate}} }
}
{{'The file size should not be more than' | translate}} {{data?.setting?.original?.FILE_UPLOAD_MAX}}{{'MB' | translate}} {{'File types allowed'| translate}}{{data?.setting?.original?.FILE_UPLOAD_TYPES?.split(',')}}
@if ((tags.invalid && tags.touched) || tags.dirty) {
@if (tags.errors?.['required']) { {{'Tags is required' | translate}} }
}
{{'The file size should not be more than' | translate}} {{data?.setting?.original?.FILE_UPLOAD_MAX}}{{'MB' | translate}} {{'File types allowed'| translate}}{{data?.setting?.original?.FILE_UPLOAD_TYPES?.split(',')}}