Open Kuraikiko opened 4 years ago
Currently, ng-zorro-antd only exports less file for the individual component, but you can't just import time-picker less because a component may rely on another component less. If you need time-picker to work, you should at least import:
@import "~ng-zorro-antd/style/entry.less";
@import "~ng-zorro-antd/date-picker/style/index.less";
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-qk71ke
Steps to reproduce
What is expected?
Time-picker should be displayed with the right style
What is actually happening?
Time-picker is displayed wrong