mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-25 07:05:58 +03:00
[PR #20] [MERGED] Fixed issues and routing structure #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DAMN#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nishchayp/DAMN/pull/20
Author: @pranavtharoor
Created: 12/14/2017
Status: ✅ Merged
Merged: 12/15/2017
Merged by: @nishchayp
Base:
master← Head:admin-frontend📝 Commits (1)
d59d3afFixed issues and routing structure📊 Changes
60 files changed (+56964 additions, -43582 deletions)
View changed files
📝
angular-src/.angular-cli.json(+5 -3)➕
angular-src/gulpfile.js(+19 -0)📝
angular-src/package.json(+3 -0)➕
angular-src/src/admin-styles.css(+23 -0)📝
angular-src/src/admin.html(+1 -1)📝
angular-src/src/app/admin/services/admin-data.service.ts(+12 -4)📝
angular-src/src/app/user/app.component.html(+1 -20)📝
angular-src/src/app/user/app.module.ts(+17 -3)➕
angular-src/src/app/user/app.routing.ts(+25 -0)➕
angular-src/src/app/user/components/damn/damn.component.css(+0 -0)➕
angular-src/src/app/user/components/damn/damn.component.html(+1 -0)➕
angular-src/src/app/user/components/damn/damn.component.spec.ts(+25 -0)➕
angular-src/src/app/user/components/damn/damn.component.ts(+15 -0)➕
angular-src/src/app/user/components/login/login.component.css(+0 -0)➕
angular-src/src/app/user/components/login/login.component.html(+1 -0)➕
angular-src/src/app/user/components/login/login.component.spec.ts(+25 -0)➕
angular-src/src/app/user/components/login/login.component.ts(+15 -0)➕
angular-src/src/app/user/guards/auth.guard.ts(+19 -0)➕
angular-src/src/app/user/services/auth.service.ts(+22 -0)📝
angular-src/src/index.html(+3 -3)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.