**Describe the bug** og-list with an empty array assigned to items property does not show emptyListMessage. **To Reproduce** 1. items: string[] = []; 2. items: string[]; **Expected behavior** In both cases I expect the emptyListMessage to be shown.