-
-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Contribute : how to run FancyTree with Angular 4 #776
Comments
Cool, thank you! Feel free to edit it there to your likings. |
Hi, might be a stupid question by why do we only save the types and not the libraries themselves? E.g. why do we only |
Thanks @jvasi |
According to the npm repo: |
@mojo2405 , does this work only with HTML tree elements (step 6)? |
I had troubles with this instruction and asked for solution on stack, then found it by myself: |
after few days of experiencing I managed to run perfectly FancyTree on angular 4.
You should add it to the manual.
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/jquery.fancytree/dist/jquery.fancytree-all-deps.min.js"
]
"styles": [
"../node_modules/jquery.fancytree/dist/skin-win8/ui.fancytree.min.css"
],
"compilerOptions": {
...
"types": ["jquery","jquery.fancytree"]
}
}
I'm sure this will help the comunity and I hope this is good contribution.
br.
The text was updated successfully, but these errors were encountered: