Fix new Angular 7 issues
authorChocobozzz <me@florianbigard.com>
Thu, 15 Nov 2018 08:24:56 +0000 (09:24 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 15 Nov 2018 08:25:32 +0000 (09:25 +0100)
commit2fbe7f1933f4bd5de96e6428234e56965616120e
tree7dfd9473d5984a35e35a8395d5da26d3a6c8858d
parent79c2480f46ba5ffad6131ca599653d8b224b1c32
Fix new Angular 7 issues
17 files changed:
client/package.json
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts
client/src/app/header/header.component.scss
client/src/app/shared/forms/index.ts
client/src/app/shared/forms/textarea-autoresize.directive.ts [new file with mode: 0644]
client/src/app/shared/misc/from-now.pipe.ts
client/src/app/shared/shared.module.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/video-watch.module.ts
client/src/assets/images/header/upload-white.svg [new file with mode: 0644]
client/src/assets/images/header/upload.svg [deleted file]
client/yarn.lock
scripts/travis.sh