]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/main.ts
Prepare client app
authorChocobozzz <florian.bigard@gmail.com>
Tue, 8 Mar 2016 07:27:13 +0000 (08:27 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 8 Mar 2016 07:37:15 +0000 (08:37 +0100)
commitbd324a669218f9ed302f7f54b36ee535d25c9733
treeaebade345a240333c6f7e8e162881548c6c56dec
parent3d446a26ada901331faaaf3be9083dfe6773b50a
Prepare client app
15 files changed:
client/.gitignore
client/app/app.component.html [deleted file]
client/app/app.component.scss [deleted file]
client/app/app.component.ts [deleted file]
client/app/main.ts [deleted file]
client/components/app/app.component.html [new file with mode: 0644]
client/components/app/app.component.scss [new file with mode: 0644]
client/components/app/app.component.ts [new file with mode: 0644]
client/components/bootstrap.ts [new file with mode: 0644]
client/components/videos/add/videos-add.component.ts [new file with mode: 0644]
client/components/videos/list/videos-list.component.ts [new file with mode: 0644]
client/components/videos/watch/videos-watch.component.ts [new file with mode: 0644]
client/index.html
package.json
server.js