Skip to content

Commit 6aed8e3

Browse files
authored
1.7 - Update to latest version
2 parents d5f97e8 + 8f3ecef commit 6aed8e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3475
-2584
lines changed

.angular-cli.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "yt-app"
4+
"name": "a2-youtube"
55
},
66
"apps": [
77
{
@@ -36,13 +36,16 @@
3636
},
3737
"lint": [
3838
{
39-
"project": "src/tsconfig.app.json"
39+
"project": "src/tsconfig.app.json",
40+
"exclude": "**/node_modules/**"
4041
},
4142
{
42-
"project": "src/tsconfig.spec.json"
43+
"project": "src/tsconfig.spec.json",
44+
"exclude": "**/node_modules/**"
4345
},
4446
{
45-
"project": "e2e/tsconfig.e2e.json"
47+
"project": "e2e/tsconfig.e2e.json",
48+
"exclude": "**/node_modules/**"
4649
}
4750
],
4851
"test": {

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
npm-debug.log
3333
testem.log
3434
/typings
35+
yarn-error.log
3536

3637
# e2e
3738
/e2e/*.js

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
22
<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/2HIN6MY.jpg" style="height: auto; max-width:100%;" />
3+
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/pPans2y.png" style="height: auto; max-width:100%;" />
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.6-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v1.7-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1212

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.
13+
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.3, [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.
1414

1515
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.
1616

@@ -36,16 +36,11 @@ This player is compatible only with Chrome/webkit browsers because in future I w
3636

3737
**For SASS development**
3838

39-
*You must go in **src** folder*
4039
1. Install [Sass](http://sass-lang.com/install "Sass website")
4140
2. Install [Gulp](https://github.com/gulpjs/gulp "Gulp download")
4241

4342
`npm install -g gulp`
4443

45-
3. Then install all packages
46-
47-
`npm install`
48-
4944
4. Start compiling the SCSS files by
5045

5146
`gulp`
@@ -58,6 +53,13 @@ Just take files from ***dist*** folder
5853

5954
## Changelog
6055

56+
Angular2 YT Player v1.7
57+
- Added featured video as first video from trending
58+
- Notifications for important actions you do
59+
- Removed debugging mode
60+
- Preparing packages, code and files for v2.0
61+
- Improved UI/UX for lists
62+
6163
Angular2 YT Player v1.6
6264
- Video details for current video and trending videos like number of views, likes and dislikes
6365
- Share link for current video
@@ -107,13 +109,13 @@ Angular2 YT Player v1.0.0
107109
## Future features
108110
#### Backlog
109111
- Save your playlists **(unversioned)**
112+
- iOS 8+ / android 5+ app **(unversioned)**
110113
- **Rooms**
111114
- *Room chat **(unversioned)***
112115
- **Settings**
113116
- *Save your settings **(unversioned)***
114117

115118
#### Roadmap to 2.0
116-
- Notifications for important actions you do **(in v1.7)**
117119
- Add your videos in playlist **(in v1.9)**
118120
- Next/prev video from your playlist **(in v1.9)**
119121
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**

0 commit comments

Comments
 (0)