You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple youtube player based on latest version of [angular-cli](https://github.com/angular/angular-cli"Angular Cli"), [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player"ng2 youtube player") (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
13
+
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli"Angular Cli") 1.0, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player"ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
14
14
15
15
This player is compatible only with Chrome/webkit browsers because in future I want to implement [NW.js](https://nwjs.io/'NWjs website') for compiling the code in Windows/Mac OS X/Linux desktop app.
16
16
@@ -42,7 +42,7 @@ This player is compatible only with Chrome/webkit browsers because in future I w
42
42
43
43
`npm install -g gulp`
44
44
45
-
3.In cloned folder in **src** folder
45
+
3.Then install all packages
46
46
47
47
`npm install`
48
48
@@ -67,10 +67,11 @@ Angular2 YT Player v1.0.0
67
67
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
68
68
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
69
69
-**Settings**
70
-
-*Show/hide video **(possible v1.3)***
70
+
-*Show/hide video **(possible in v1.3)***
71
71
-*Show/hide debugging features **(in v1.1)***
72
72
-*Show/hide thumbnails in search **(in v1.1)***
73
73
-*Set how many results to show in search (0 to 50) **(in v1.3)***
0 commit comments