\n {{ p }}\n
\n }\n }\n \n }\n } @else {\n {{ nzOverflowCount }}+\n }\n `,\n host: {\n class: 'ant-scroll-number',\n '[@.disabled]': `disableAnimation`,\n '[@zoomBadgeMotion]': '',\n '[attr.title]': `nzTitle === null ? '' : nzTitle || nzCount`,\n '[style]': `nzStyle`,\n '[style.right.px]': `nzOffset && nzOffset[0] ? -nzOffset[0] : null`,\n '[style.margin-top.px]': `nzOffset && nzOffset[1] ? nzOffset[1] : null`,\n '[class.ant-badge-count]': `!nzDot`,\n '[class.ant-badge-count-sm]': `nzSize === 'small'`,\n '[class.ant-badge-dot]': `nzDot`,\n '[class.ant-badge-multiple-words]': `countArray.length >= 2`\n }\n})\nexport class NzBadgeSupComponent implements OnInit, OnChanges {\n @Input() nzOffset?: [number, number];\n @Input() nzTitle?: string | null | undefined;\n @Input() nzStyle: Record