]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/package.json
Client: split in angular modules
authorChocobozzz <florian.bigard@gmail.com>
Sun, 20 Nov 2016 16:18:15 +0000 (17:18 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 21 Nov 2016 21:09:45 +0000 (22:09 +0100)
commit693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c
treed6004d282a55d995eecba78bae95173bd0f11767
parent2c8d4697db4b5a2d645b7bfcaf91093a64597958
Client: split in angular modules
33 files changed:
client/package.json
client/src/app/account/account-routing.module.ts [new file with mode: 0644]
client/src/app/account/account.module.ts [new file with mode: 0644]
client/src/app/account/account.routes.ts [deleted file]
client/src/app/account/account.service.ts
client/src/app/account/index.ts
client/src/app/admin/admin-routing.module.ts [moved from client/src/app/admin/admin.routes.ts with 62% similarity]
client/src/app/admin/admin.module.ts [new file with mode: 0644]
client/src/app/admin/index.ts
client/src/app/app-routing.module.ts [new file with mode: 0644]
client/src/app/app.module.ts
client/src/app/app.routes.ts [deleted file]
client/src/app/core/auth/auth.service.ts [moved from client/src/app/shared/auth/auth.service.ts with 96% similarity]
client/src/app/core/auth/index.ts [new file with mode: 0644]
client/src/app/core/core.module.ts [new file with mode: 0644]
client/src/app/core/index.ts [new file with mode: 0644]
client/src/app/core/module-import-guard.ts [new file with mode: 0644]
client/src/app/login/index.ts
client/src/app/login/login-routing.module.ts [new file with mode: 0644]
client/src/app/login/login.component.ts
client/src/app/login/login.module.ts [new file with mode: 0644]
client/src/app/login/login.routes.ts [deleted file]
client/src/app/menu.component.ts
client/src/app/shared/auth/auth-http.service.ts
client/src/app/shared/auth/index.ts
client/src/app/shared/index.ts
client/src/app/shared/shared.module.ts [new file with mode: 0644]
client/src/app/videos/index.ts
client/src/app/videos/shared/video.service.ts
client/src/app/videos/video-add/video-add.component.ts
client/src/app/videos/video-list/video-list.component.ts
client/src/app/videos/videos-routing.module.ts [moved from client/src/app/videos/videos.routes.ts with 73% similarity]
client/src/app/videos/videos.module.ts [new file with mode: 0644]