UNPKG

videogular2

Version:

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

22 lines (17 loc) 309 B
## videogular2/overlay-play Module to display a big play button over the video. Import definition: ```typescript ... import { VgOverlayPlayModule } from 'videogular2/overlay-play'; @NgModule({ ... imports: [ ... VgOverlayPlayModule ], ... }) export class AppModule { } ```