primeng.d.ts misses export of TreeNode #127
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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';
The text was updated successfully, but these errors were encountered: