Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

primeng.d.ts misses export of TreeNode #127

Closed
jbrekle opened this issue Mar 21, 2016 · 0 comments
Closed

primeng.d.ts misses export of TreeNode #127

jbrekle opened this issue Mar 21, 2016 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@jbrekle
Copy link

jbrekle commented Mar 21, 2016

When testing the example for Tree
http://www.primefaces.org/primeng/#/tree

I found that the TreeNode component could not be found when importing it like
import {TreeNode} from 'primeng/primeng';
This probably is because primeng.d.ts misses export of TreeNode

workaround until this is fixed (I guess)
import {TreeNode } from 'primeng/components/api/treenode';

jbrekle pushed a commit to jbrekle/primeng that referenced this issue Mar 21, 2016
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 21, 2016
@cagataycivici cagataycivici added this to the 0.8.2 milestone Mar 21, 2016
@cagataycivici cagataycivici self-assigned this Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants