Zicrael / ngx-tree-dnd

Angular 7 support, data sortable draggable smart tree.
https://ngx-tree-dnd.stackblitz.io
MIT License
39 stars 11 forks source link

Unable load SVG in production build while using ngx tree dnd #52

Open vr-virus opened 4 years ago

vr-virus commented 4 years ago

I have follow same step to resolve this issue as mentioned in this closed issue https://github.com/Zicrael/ngx-tree-dnd/issues/46 but i am still not able to resolve this.

I am using <lib-ngx-tree-component [treeData]='youTree' (ondragend)='onDragEnd($event)'> in my component and i have also import the fortawesome in my module and component but still i don't know where we use this import fortawesome(import { faEdit,faMinus,faPlus,faTimes } from '@fortawesome/free-solid-svg-icons';) because i am using <lib-ngx-tree-component [treeData]='youTree' (ondragend)='onDragEnd($event)'> instead of <fa-icon [icon]="faCoffee">.

So, Please provide more clarity to resolve this issue.

Fabian-Luque commented 4 years ago

Hi, any solution?