]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/videos/+video-watch/video-watch.component.ts
Angular application :first draft
authorChocobozzz <florian.bigard@gmail.com>
Mon, 14 Mar 2016 12:50:19 +0000 (13:50 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 14 Mar 2016 12:50:19 +0000 (13:50 +0100)
commitdc8bc31be517a53e8fbe7100cfe45cd73f596de0
treec0b0d6641dd352dafff93b8fd33ddb262b59aa47
parentbd324a669218f9ed302f7f54b36ee535d25c9733
Angular application :first draft
34 files changed:
.gitignore
client/.gitignore
client/angular/app/app.component.html [new file with mode: 0644]
client/angular/app/app.component.scss [new file with mode: 0644]
client/angular/app/app.component.ts [new file with mode: 0644]
client/angular/bootstrap.ts [moved from client/components/bootstrap.ts with 100% similarity]
client/angular/friends/services/friends.service.ts [new file with mode: 0644]
client/angular/videos/components/add/videos-add.component.html [new file with mode: 0644]
client/angular/videos/components/add/videos-add.component.scss [new file with mode: 0644]
client/angular/videos/components/add/videos-add.component.ts [new file with mode: 0644]
client/angular/videos/components/list/videos-list.component.html [new file with mode: 0644]
client/angular/videos/components/list/videos-list.component.scss [new file with mode: 0644]
client/angular/videos/components/list/videos-list.component.ts [new file with mode: 0644]
client/angular/videos/components/watch/videos-watch.component.html [new file with mode: 0644]
client/angular/videos/components/watch/videos-watch.component.scss [moved from client/components/app/app.component.scss with 100% similarity]
client/angular/videos/components/watch/videos-watch.component.ts [new file with mode: 0644]
client/angular/videos/models/video.ts [new file with mode: 0644]
client/angular/videos/services/videos.service.ts [new file with mode: 0644]
client/components/app/app.component.html [deleted file]
client/components/app/app.component.ts [deleted file]
client/components/videos/add/videos-add.component.ts [deleted file]
client/components/videos/list/videos-list.component.ts [deleted file]
client/components/videos/watch/videos-watch.component.ts [deleted file]
client/index.html
client/package.json
client/stylesheets/application.scss
client/stylesheets/bootstrap-variables.scss
client/stylesheets/index.scss
client/typings.json
package.json
server/controllers/api/v1/index.js
server/controllers/api/v1/pods.js
server/controllers/api/v1/remoteVideos.js
server/controllers/api/v1/videos.js