ng2-tree icon indicating copy to clipboard operation
ng2-tree copied to clipboard

Angular 9 support

Open Breate opened this issue 4 years ago • 4 comments

Not support angular 9 image

Breate avatar Mar 01 '20 21:03 Breate

install rxjs-compat error will go.

rbrijesh avatar Mar 30 '20 18:03 rbrijesh

ERROR in The target entry-point "ng2-tree" has missing dependencies:

  • uuid/v4

Now meet this error.

RaisUpDeWold avatar Jun 01 '20 16:06 RaisUpDeWold

install uuid@3

Trojaner avatar Sep 16 '20 19:09 Trojaner

Resolved all the errors, but I get a warning

Warning: Entry point 'ng2-tree' contains deep imports into 
'project_folder/node_modules/rxjs/Observable',
'project_folder/node_modules/uuid/v4',
'project_folder/node_modules/rxjs/Subject',
'project_folder/node_modules/rxjs/add/operator/filter',
'project_folder/node_modules/rxjs/add/observable/of',
'project_folder/node_modules/rxjs/add/operator/merge'.
This is probably not a problem but may cause the compilation of entry points to be out of order.

vishnu-dev avatar Sep 28 '20 08:09 vishnu-dev