@ngx-telly/player
Version:
Telly - Angular frame-accurate HTML player
12 lines (11 loc) • 548 B
TypeScript
export * from "./controls.component";
export * from "./forward/forward.component";
export * from "./fullscreen/fullscreen.component";
export * from "./play/play.component";
export * from "./rewind/rewind.component";
export * from "./time/time.component";
export * from "./scrub-bar/scrub-bar.component";
export * from "./scrub-bar-current-time/scrub-bar-current-time.component";
export * from "./scrub-bar-buffered/scrub-bar-buffered.component";
export * from "./scrub-bar-time/scrub-bar-time.component";
export * from "./spacer/spacer.component";