You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error on index, file, and control: Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'Signal'.
Property '["@angular/core".ɵINPUT_SIGNAL_BRAND_WRITE_TYPE]' does not exist on type 'Signal'.ngtsc(7053)
GL HF
The text was updated successfully, but these errors were encountered:
Template:
<ng-template
let-i="index"
let-file="file"
let-control="control"
#item>
<file-upload-list-item
[index]="i"
[file]="file"
[control]="control">
remove
Error on index, file, and control: Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'Signal'.
Property '["@angular/core".ɵINPUT_SIGNAL_BRAND_WRITE_TYPE]' does not exist on type 'Signal'.ngtsc(7053)
GL HF
The text was updated successfully, but these errors were encountered: