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
Current version is not compatible with Angular 19 since components are currently missing standalone -flag.
@Component({
standalone: false
})
It's causing that test cases are failing with following error
Error: Unexpected "MockOfNgxFileDropComponent" found in the "declarations" array of the "MockOfNgxFileDropModule" NgModule, "MockOfNgxFileDropComponent" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?
Unexpected "MockOfNgxFileDropContentTemplateDirective" found in the "declarations" array of the "MockOfNgxFileDropModule" NgModule, "MockOfNgxFileDropContentTemplateDirective" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?
Current version is not compatible with Angular 19 since components are currently missing standalone -flag.
It's causing that test cases are failing with following error
Versions:
The text was updated successfully, but these errors were encountered: