]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Client: reactive forms
authorChocobozzz <florian.bigard@gmail.com>
Fri, 9 Sep 2016 20:16:51 +0000 (22:16 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 9 Sep 2016 20:16:51 +0000 (22:16 +0200)
commit4b2f33f3c6d109365090b08244d7f99ad4e69025
tree700d3e8e14efc4172f754d75c041ec507100e897
parentab32b0fc805b92c5a1d7ac5901cb1a38e94622ca
Client: reactive forms
19 files changed:
client/src/app/account/account.component.html
client/src/app/account/account.component.ts
client/src/app/admin/friends/friend-add/friend-add.component.html
client/src/app/admin/friends/friend-add/friend-add.component.ts
client/src/app/admin/users/user-add/user-add.component.html
client/src/app/admin/users/user-add/user-add.component.ts
client/src/app/app.module.ts
client/src/app/login/login.component.html
client/src/app/login/login.component.ts
client/src/app/shared/form-validators/index.ts [deleted file]
client/src/app/shared/forms/form-reactive.ts [new file with mode: 0644]
client/src/app/shared/forms/form-validators/index.ts [new file with mode: 0644]
client/src/app/shared/forms/form-validators/url.validator.ts [moved from client/src/app/shared/form-validators/url.validator.ts with 100% similarity]
client/src/app/shared/forms/form-validators/user.ts [new file with mode: 0644]
client/src/app/shared/forms/form-validators/video.ts [new file with mode: 0644]
client/src/app/shared/forms/index.ts [new file with mode: 0644]
client/src/app/shared/index.ts
client/src/app/videos/video-add/video-add.component.html
client/src/app/videos/video-add/video-add.component.ts