Ngx Circular Player is a small circular audio player for Angular.js applications.
circular html5 audio player, minimal html audio player, jquery audio player, simple javascript audio player, best angular audio player, npm music player
How to make use of it:
1. Install and import the module.
# NPM $ npm install ngx-circular-player --save
import { NgxCircularPlayerModule } from 'ngx-circular-player'; @NgModule({ imports: [NgxCircularPlayerModule], }) export class AppModule {}
2. Insert the circular trigger into your template.
<ngx-circular-player source="1.mp3"> </ngx-circular-player>
3. Customize the carousel with the following options.
<ngx-circular-player source="1.mp3" radius="120" stroke="20" innerStroke="2" strokeColor="#fff" progressStrokeColor="#858585" innerStrokeColor="#eee"> </ngx-circular-player>
Mini Circular Audio Player, Ngx Circular Player Plugin/Github
See Demo And Download
Official Website(mgechev): Click Here
This superior jQuery/javascript plugin is developed by mgechev. For extra Advanced Usages, please go to the official website.