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 web player and desktop player based on [angular-cli](https://github.com/angular/angular-cli"Angular Cli")1.7.3, [ngx-youtube-player](https://github.com/orizens/ng2-youtube-player"ngx youtube player") 6.0.0 (used for youtube iFrame API), SCSS (CSS3), HTML5.
17
+
This is a simple youtube web player and desktop player based on [angular-cli](https://github.com/angular/angular-cli"Angular Cli")7.0.3, [@angular/fire](https://github.com/angular/angularfire2), [ngx-youtube-player](https://github.com/orizens/ng2-youtube-player"ngx youtube player") 6.0.0 (used for youtube iFrame API), SCSS (CSS3), HTML5.
17
18
18
19
This player is compatible only with Chrome/webkit browsers.
19
20
@@ -37,7 +38,7 @@ This player is compatible only with Chrome/webkit browsers.
37
38
38
39
5. Add your youtube api key in settings.json or in the app
39
40
40
-
6. To make available firebase (for session feature upload/download) update environments.prod.ts and environments.ts
41
+
6. To make available firebase (for session feature upload/download) update `environments.prod.ts` and `environments.ts`
41
42
42
43
**For SASS development**
43
44
@@ -57,6 +58,7 @@ Angular YouTube Player 2.3.3
57
58
- Added session key for playlist which you can upload to cloud and download from cloud (integrated with firebase)
58
59
- Layout update
59
60
- Updated from angular 5.2.0 to 7.0.1
61
+
- Carousel added for related videos (used [ngu-carousel](https://github.com/sheikalthaf/ngu-carousel))
60
62
61
63
Angular YouTube Player 2.3
62
64
- Updating to LTS angular
@@ -160,15 +162,14 @@ Angular YouTube Player 1.0.0
160
162
## Future features
161
163
#### Backlog
162
164
- iOS 8+ / android 5+ app **(unversioned)**
163
-
- Change and create theme **(unversioned)**
164
165
165
166
**Rooms**
166
167
-*Room chat **(unversioned)***
167
168
168
169
#### Roadmap to 3.0
169
-
-Keep your playlist and settings in cloud**(in v2.4)**
170
-
-Implemented session key to keep playlist in cloud (without account)**(in v2.4)**
0 commit comments