aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor notification serviceChocobozzz2018-12-191-7/+7
| | | | Shorter name and use primeng component
* Better typingsChocobozzz2018-10-181-4/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add local user subscriptionsChocobozzz2018-08-271-2/+2
|
* Fix buildChocobozzz2018-06-291-1/+1
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-3/+27
|
* Add form validator translationsChocobozzz2018-06-051-8/+5
|
* Form validators refractoringChocobozzz2018-06-051-25/+7
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-3/+8
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-4/+2
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-2/+2
|
* Load my-account module lazilyChocobozzz2018-05-091-0/+117