File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 7
7
</p >
8
8
9
9
# About Player
10
- [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.2 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular2-yt-player )
10
+ [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.3 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular2-yt-player )
11
11
[ ![ Build Status] ( https://semaphoreci.com/api/v1/quead/angular2-yt-player/branches/master/badge.svg )] ( https://semaphoreci.com/quead/angular2-yt-player )
12
12
13
13
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE )
@@ -36,22 +36,27 @@ This player is compatible only with Chrome/webkit browsers.
36
36
37
37
` npm start ` in root folder
38
38
39
- 5 . Add your youtube api key
39
+ 5 . Add your youtube api key in settings.json or in the app
40
40
41
41
** For SASS development**
42
42
43
43
1 . Install [ Sass] ( http://sass-lang.com/install " Sass website ")
44
44
45
- 2 . Start project by
45
+ 2 . Do steps from above
46
46
47
- ` npm start `
47
+ 3 . Start project by
48
48
49
- 3 . Edit files from src/assets/scss
49
+ ` npm start `
50
50
51
- ** Demo**
52
- <a href =" https://quead.github.io/demo/ " title =" YouTube Player Demo " >Demo</a >
51
+ 4 . Edit files from src/assets/scss
53
52
54
53
## Changelog
54
+ Angular YouTube Player 2.3
55
+ - Updating to lts angular
56
+ - Fixed player issues
57
+ - Implemented login with google account
58
+ - Keep your playlist and settings in cloud
59
+
55
60
Angular YouTube Player 2.2
56
61
- Sort playlist by drag and drop (used [ ng2-dragula] ( https://valor-software.com/ng2-dragula/ " NG2 Dragula ") )
57
62
You can’t perform that action at this time.
0 commit comments