videogular2
Version:
Videogular is a video application framework for desktop and mobile powered by Angular
11 lines (7 loc) • 316 B
Markdown
# VgStates Static Class
Static class to store state strings. Use it as `VgStates.VG_PLAYING` instead of `'playing'`.
## Properties
- **VG_ENDED** [static] :string = 'ended';
- **VG_PAUSED** [static] :string = 'paused';
- **VG_PLAYING** [static] :string = 'playing';
- **VG_LOADING** [static] :string = 'waiting';