UNPKG

videogular2

Version:

Videogular is a video application framework for desktop and mobile powered by Angular 2.0

22 lines (17 loc) 303 B
## videogular2/controls Module to display a set of video controls in a control bar. Import definition: ```typescript ... import { VgControlsModule } from 'videogular2/controls'; @NgModule({ ... imports: [ ... VgControlsModule ], ... }) export class AppModule { } ```