Closed gotephodevishal closed 6 years ago
Hi,
Demo used internal src directory to import FilemanagerModule. In you project you should install @rign/angular2-filemanager in latest version (currently, 1.3.0) and import all package elements form '@rign/angular2/tree', so it should like:
import {FilemanagerModule} from '@rign/angular2-filemanager
Please, give me feedback if I have right
Thanks Rafal. You are right. I was trying import modules from
import {FilemanagerModule} from '@rign/angular2-filemanager/main'
Hi @qjon , Sorry to disturb you again but need your help in 2 issues.
Now when running that file manager page in browser console gives an StaticInjectorError as below -
can you explain or guide me, how to implement the back-end API side functionality to link tree folder structure to blob storage
Duplicated comment #20
Hi Rafal, I am trying to integrate this plugin in my angular 2 based project. I followed the declaration structure as mentioned in Demo example. npm is throwing error when FileManager module is imported in @NgModule After adding FileManagerModule in @NgModule import section I am always getting errors as-