Add video channel account list
authorChocobozzz <me@florianbigard.com>
Wed, 25 Apr 2018 13:43:19 +0000 (15:43 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 25 Apr 2018 13:43:19 +0000 (15:43 +0200)
commitd3e91a5f72ac9c986cdb67d7d6c85bb4819e680c
tree3c2406346c7774587ba4e095ab595e5953e25c61
parent03e12d7c4954e1071fdeb7ef362ea5c3965d4075
Add video channel account list
25 files changed:
client/src/app/+account/account-routing.module.ts
client/src/app/+account/account-video-channels/account-video-channels.component.html [new file with mode: 0644]
client/src/app/+account/account-video-channels/account-video-channels.component.scss [new file with mode: 0644]
client/src/app/+account/account-video-channels/account-video-channels.component.ts [new file with mode: 0644]
client/src/app/+account/account.component.html
client/src/app/+account/account.component.ts
client/src/app/+account/account.module.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.ts
client/src/app/my-account/my-account-settings/my-account-settings.component.html
client/src/app/my-account/my-account-settings/my-account-settings.component.ts
client/src/app/shared/account/account.model.ts
client/src/app/shared/actor/actor.model.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video-channel/video-channel.model.ts [new file with mode: 0644]
client/src/app/shared/video-channel/video-channel.service.ts [new file with mode: 0644]
client/src/app/shared/video/video.model.ts
client/src/app/videos/+video-watch/comment/video-comment-add.component.html
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/videos/+video-watch/comment/video-comment.component.html
client/src/app/videos/+video-watch/comment/video-comment.component.ts
client/src/app/videos/+video-watch/comment/video-comment.model.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts