1
1
<p align =" center " >
2
2
<a href =" https://quead.github.io/demo/ " title =" YouTube Player Demo " >View Demo</a >
3
- <img alt =" Angular YouTube Player Logo " src =" http://i.imgur.com/5DS0zFh .jpg " style =" height : auto ; max-width :100% ;" />
3
+ <img alt =" Angular YouTube Player Logo " src =" http://i.imgur.com/HciUBN3 .jpg " style =" height : auto ; max-width :100% ;" />
4
4
</p >
5
5
6
6
# About Player
7
- [ ![ Version] ( https://img.shields.io/badge/Current%20version-v1.1 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular2-yt-player )
7
+ [ ![ Version] ( https://img.shields.io/badge/Current%20version-v1.2 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular2-yt-player )
8
8
9
9
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE )
10
10
[ ![ GitHub forks] ( https://img.shields.io/github/forks/quead/angular2-yt-player.svg )] ( https://github.com/quead/angular2-yt-player/network )
@@ -19,8 +19,8 @@ This player is compatible only with Chrome/webkit browsers because in future I w
19
19
## Usage
20
20
21
21
** For angular2/typescript development**
22
- 1 . Install [ NodeJS 6.10.2 +] ( https://nodejs.org/en/download/ " Node JS Download ")
23
- 2 . Install latest version of [ angular-cli] ( https://github.com/angular/angular-cli " Angular Cli ")
22
+ 1 . Install [ NodeJS 6.11.0 +] ( https://nodejs.org/en/download/ " Node JS Download ")
23
+ 2 . Install [ angular-cli 1.1.3+ ] ( https://github.com/angular/angular-cli " Angular Cli ")
24
24
25
25
` npm install -g @angular/cli `
26
26
@@ -58,9 +58,18 @@ Just take files from ***dist*** folder
58
58
59
59
## Changelog
60
60
61
+ Angular2 YT Player v1.2
62
+ - Introducing trending videos, currently default trending videos are from United States
63
+ - Refactoring the code
64
+ - Adding routes for future components which it will show in left navbar
65
+ - Default video will be first from trending videos
66
+ - Adding the video player
67
+ - Update the design to match the new features
68
+
61
69
Angular2 YT Player v1.1
62
70
- Adding mute/unmute functionality
63
71
- Improved user interface and user experience
72
+ - Adding settings functionality, the settings will get from *** assets/settings.json***
64
73
- ** Settings**
65
74
- * Show/hide debugging features*
66
75
- * Show/hide thumbnails in search*
@@ -77,7 +86,7 @@ Angular2 YT Player v1.0.0
77
86
78
87
## Future features
79
88
- Repeat mode ** (in v1.3)**
80
- - Trending feed by country ** (in v1.3)**
89
+ - Grid/list mode for trending videos ** (in v1.3)**
81
90
- Video details for current video, related videos and trending feed like number of views, likes and dislikes ** (in v1.3)**
82
91
- Share link for current video and related videos ** (in v1.6)**
83
92
- Share link for current video at your playing time ** (in v1.6)**
@@ -89,8 +98,8 @@ Angular2 YT Player v1.0.0
89
98
- Save your playlists ** (unversioned)**
90
99
- History of your watched videos ** (unversioned)**
91
100
- ** Settings**
92
- - * Change country for trending feed by country ** (in v1.3)***
93
- - * Show/hide video ** (possible in v1.3)***
101
+ - * Change country for trending feed ** (in v1.3)***
102
+ - * Show/hide video player ** (possible in v1.3)***
94
103
- * Set how many results to show in search (0 to 50) ** (in v1.3)***
95
104
- * Enable loop video ** (in v1.3)***
96
105
- * Change/add YOUR_API Key ** (in v1.3)***
0 commit comments