Stackblitz
I have the following model
export class Items { items: Map; createdBy: string; deliveredBy: string; }