]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+login/login.component.html
Login in Angular : first draft
authorChocobozzz <florian.bigard@gmail.com>
Tue, 22 Mar 2016 14:51:54 +0000 (15:51 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 22 Mar 2016 14:51:54 +0000 (15:51 +0100)
commitb1794c53ac97d77a16c10ed915336f08cff1e5e3
tree9dd64ee8316e1e60c434a7d0a6dcbace49eb4d6b
parent13ce1d01c953f0c4fd3b1d714c016f927dc16f66
Login in Angular : first draft
client/angular/app/app.component.html
client/angular/app/app.component.ts
client/angular/users/components/login/login.component.html [new file with mode: 0644]
client/angular/users/components/login/login.component.scss [new file with mode: 0644]
client/angular/users/components/login/login.component.ts [new file with mode: 0644]
client/angular/users/models/authStatus.ts [new file with mode: 0644]
client/angular/users/models/token.ts [new file with mode: 0644]
client/angular/users/services/auth.service.ts [new file with mode: 0644]