\n @if (listOfContainerItem.length === 0) {\n
\n \n
\n }\n
\n \n @switch (item.type) {\n @case ('group') {\n \n }\n @case ('item') {\n \n }\n }\n \n \n
\n
\n `,\n host: { class: 'ant-select-dropdown' },\n imports: [\n NzEmptyModule,\n NzOptionItemGroupComponent,\n NzOptionItemComponent,\n NgTemplateOutlet,\n OverlayModule,\n NzOverlayModule\n ]\n})\nexport class NzOptionContainerComponent implements OnChanges, AfterViewInit {\n @Input() notFoundContent: string | TemplateRef