Skip to content

Commit 996e141

Browse files
authored
fix(module:calendar): style radio button not apply (#8298)
1 parent d287c47 commit 996e141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/calendar/calendar-header.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { FormsModule } from '@angular/forms';
1717

1818
import { CandyDate } from 'ng-zorro-antd/core/time';
1919
import { DateHelperService, NzI18nService as I18n } from 'ng-zorro-antd/i18n';
20-
import { NzRadioComponent, NzRadioGroupComponent } from 'ng-zorro-antd/radio';
20+
import { NzRadioModule } from 'ng-zorro-antd/radio';
2121
import { NzSelectModule, NzSelectSizeType } from 'ng-zorro-antd/select';
2222

2323
@Component({
@@ -63,7 +63,7 @@ import { NzSelectModule, NzSelectSizeType } from 'ng-zorro-antd/select';
6363
class: 'ant-fullcalendar-header',
6464
'[style.display]': `'block'`
6565
},
66-
imports: [NzSelectModule, NgForOf, NgIf, FormsModule, NzRadioGroupComponent, NzRadioComponent],
66+
imports: [NzSelectModule, NgForOf, NgIf, FormsModule, NzRadioModule],
6767
standalone: true
6868
})
6969
export class NzCalendarHeaderComponent implements OnInit {

0 commit comments

Comments
 (0)