mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-25 07:05:58 +03:00
[PR #18] [MERGED] Added angularjs app for admin #22
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#22
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/18
Author: @pranavtharoor
Created: 12/13/2017
Status: ✅ Merged
Merged: 12/13/2017
Merged by: @nishchayp
Base:
master← Head:admin-frontend📝 Commits (1)
f1d76ffAdded angularjs app for admin📊 Changes
103 files changed (+148634 additions, -867 deletions)
View changed files
➕
angular-src/.angular-cli.json(+89 -0)➕
angular-src/.editorconfig(+13 -0)➕
angular-src/.gitignore(+42 -0)➕
angular-src/README.md(+27 -0)➕
angular-src/e2e/app.e2e-spec.ts(+14 -0)➕
angular-src/e2e/app.po.ts(+11 -0)➕
angular-src/e2e/tsconfig.e2e.json(+14 -0)➕
angular-src/karma.conf.js(+33 -0)➕
angular-src/package.json(+50 -0)➕
angular-src/protractor.conf.js(+28 -0)➕
angular-src/src/admin.html(+15 -0)➕
angular-src/src/app/admin/app.component.css(+96 -0)➕
angular-src/src/app/admin/app.component.html(+5 -0)➕
angular-src/src/app/admin/app.component.spec.ts(+27 -0)➕
angular-src/src/app/admin/app.component.ts(+16 -0)➕
angular-src/src/app/admin/app.interfaces.ts(+38 -0)➕
angular-src/src/app/admin/app.module.ts(+43 -0)➕
angular-src/src/app/admin/app.routing.ts(+32 -0)➕
angular-src/src/app/admin/components/access-requests/access-requests.component.css(+0 -0)➕
angular-src/src/app/admin/components/access-requests/access-requests.component.html(+9 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.