如果在使用Angular - Ngx-org-chart时,发现样式无法工作,可以按照以下步骤进行解决:
import '../../../../../node_modules/@swimlane/ngx-org-chart/assets/css/orgchart.css';
:host ::ng-deep .orgchart .node .title { font-size: 14px !important; }
这样就可以使Angular - Ngx-org-chart的样式正常工作了。