UNPKG

ng-tournament-tree

Version:

Tournament-Tree render components for Angular. Includes single- and double-elimination trees. You can also customize how a match is displayed by providing your own component.

9 lines (8 loc) 576 B
/** * Generated bundle index. Do not edit. */ export * from './public-api'; export { DoubleEliminationTreeComponent as ɵd } from './lib/double-elimination-tree/double-elimination-tree.component'; export { NgttDoubleEliminationTreeModule as ɵc } from './lib/double-elimination-tree/ngtt-double-elimination-tree.module'; export { NgttSingleEliminationTreeModule as ɵa } from './lib/single-elimination-tree/ngtt-single-elimination-tree.module'; export { SingleEliminationTreeComponent as ɵb } from './lib/single-elimination-tree/single-elimination-tree.component';