A simple music player made by Angular 2
Live demo: http://davidtran.github.io/ng2music/
Angular 2 is just coming out. This product is a demo product by myself with Angular 2. Through this product, we can learn more about:
- Using Typescript in Angular 2
- Dependency injection
- Angular 2 component communication
- RxJS pattern
Currently, it just have some simple features:
- Search music on SoundCloud
- Play, pause, toggle volume
- Add song to playlist
- Convert this app to a Google Chrome extension
- Add more unit test
- git clone https://github.com/davidtran/angular2-soundcloud
- npm install
- npm start
- Sometimes SoundCloud api returns Access-Control-Allow-Origin, just need to refresh website few times. I will fix this issue soon.
Nam Tran nam.trankhanh.vn@gmail.com
Website: http://jslancer.com
MIT