I'm returning to this post to report that I managed to define this for all registered items
that does not have an image thumbnail, displays a standard image thumbnail.
Editing the /src/app/thumbnail/thumbnail.component.ts file
Defining a variable:
@Input() default image? = null;
to
@Input() default image? = '/assets/images/default-thumbnail.jpeg'; //Default image path