RaviGprec
RaviGprec
Hi Everyone, I'm just trying to getting the below error when I tried implementing the tree using ng2-tree. 
For example, The current Treemodel is like  But my requirement is like  I know it's not the right to ask this question but I don't where to ask.(Sorry...
Simply `const safeJsonStringify = require('safe-json-stringify');` doesn't work in Angular 4. Because we have import statements in Angular 2, 4+ vesrion. `require()` is not supported any more. If `stringify` is exported...