videogular2/controls
Module to display a set of video controls in a control bar.
Import definition:
...
import { VgControlsModule } from 'videogular2/controls';
@NgModule({
...
imports: [
...
VgControlsModule
],
...
})
export class AppModule {
}