Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 角度2拖放ngx dnd缺少样式_Css_Angular - Fatal编程技术网

Css 角度2拖放ngx dnd缺少样式

Css 角度2拖放ngx dnd缺少样式,css,angular,Css,Angular,我正在使用“泳道/ngx dnd”进行手风琴项目的拖放。我已经完成了npm安装,并按照 拖放事件正在工作,但似乎缺少用于指示拖放事件的样式 有人知道angular cli.json中需要包含哪些.css文件吗?我使用了ng2 dnd,因此根据该库的使用情况,我认为这些css文件可以包含在angular-cli.json中 "styles": [ "../node_modules/@swimlane/ngx-dnd/release/index.css", "../node_modu

我正在使用“泳道/ngx dnd”进行手风琴项目的拖放。我已经完成了npm安装,并按照

拖放事件正在工作,但似乎缺少用于指示拖放事件的样式


有人知道angular cli.json中需要包含哪些.css文件吗?

我使用了
ng2 dnd
,因此根据该库的使用情况,我认为这些css文件可以包含在angular-cli.json中

"styles": [
    "../node_modules/@swimlane/ngx-dnd/release/index.css",
    "../node_modules/@swimlane/ngx-dnd/release/components/container/container.component.css",
    "../node_modules/@swimlane/ngx-dnd/release/components/item/item.component.css"
]