aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.css (renamed from ufund-ui/src/app/cupboard/cupboard.component.css)0
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.html (renamed from ufund-ui/src/app/cupboard/cupboard.component.html)0
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.spec.ts (renamed from ufund-ui/src/app/cupboard/cupboard.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.ts (renamed from ufund-ui/src/app/cupboard/cupboard.component.ts)0
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.css (renamed from ufund-ui/src/app/dashboard/dashboard.component.css)0
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.html (renamed from ufund-ui/src/app/dashboard/dashboard.component.html)0
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.spec.ts (renamed from ufund-ui/src/app/dashboard/dashboard.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.ts (renamed from ufund-ui/src/app/dashboard/dashboard.component.ts)0
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.css (renamed from ufund-ui/src/app/funding-basket/funding-basket.component.css)0
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.html (renamed from ufund-ui/src/app/funding-basket/funding-basket.component.html)0
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts (renamed from ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.ts (renamed from ufund-ui/src/app/funding-basket/funding-basket.component.ts)0
-rw-r--r--ufund-ui/src/app/components/home-page/home-page.component.css (renamed from ufund-ui/src/app/home-page/home-page.component.css)0
-rw-r--r--ufund-ui/src/app/components/home-page/home-page.component.html (renamed from ufund-ui/src/app/home-page/home-page.component.html)0
-rw-r--r--ufund-ui/src/app/components/home-page/home-page.component.spec.ts (renamed from ufund-ui/src/app/home-page/home-page.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/home-page/home-page.component.ts (renamed from ufund-ui/src/app/home-page/home-page.component.ts)0
-rw-r--r--ufund-ui/src/app/components/login/login.component.css4
-rw-r--r--ufund-ui/src/app/components/login/login.component.html5
-rw-r--r--ufund-ui/src/app/components/login/login.component.spec.ts (renamed from ufund-ui/src/app/login/login.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/login/login.component.ts (renamed from ufund-ui/src/app/login/login.component.ts)0
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css (renamed from ufund-ui/src/app/need-list/need-list.component.css)0
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.html (renamed from ufund-ui/src/app/need-list/need-list.component.html)0
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.spec.ts (renamed from ufund-ui/src/app/need-list/need-list.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.ts (renamed from ufund-ui/src/app/need-list/need-list.component.ts)0
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.css (renamed from ufund-ui/src/app/need-page/need-page.component.css)0
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.html (renamed from ufund-ui/src/app/need-page/need-page.component.html)0
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.spec.ts (renamed from ufund-ui/src/app/need-page/need-page.component.spec.ts)0
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.ts (renamed from ufund-ui/src/app/need-page/need-page.component.ts)5
28 files changed, 12 insertions, 2 deletions
diff --git a/ufund-ui/src/app/cupboard/cupboard.component.css b/ufund-ui/src/app/components/cupboard/cupboard.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/cupboard/cupboard.component.css
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.css
diff --git a/ufund-ui/src/app/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html
index bcddb33..bcddb33 100644
--- a/ufund-ui/src/app/cupboard/cupboard.component.html
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html
diff --git a/ufund-ui/src/app/cupboard/cupboard.component.spec.ts b/ufund-ui/src/app/components/cupboard/cupboard.component.spec.ts
index ece4f23..ece4f23 100644
--- a/ufund-ui/src/app/cupboard/cupboard.component.spec.ts
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.spec.ts
diff --git a/ufund-ui/src/app/cupboard/cupboard.component.ts b/ufund-ui/src/app/components/cupboard/cupboard.component.ts
index c78434e..c78434e 100644
--- a/ufund-ui/src/app/cupboard/cupboard.component.ts
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.ts
diff --git a/ufund-ui/src/app/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/dashboard/dashboard.component.css
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css
diff --git a/ufund-ui/src/app/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html
index 9c5fce9..9c5fce9 100644
--- a/ufund-ui/src/app/dashboard/dashboard.component.html
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html
diff --git a/ufund-ui/src/app/dashboard/dashboard.component.spec.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.spec.ts
index 1a763b8..1a763b8 100644
--- a/ufund-ui/src/app/dashboard/dashboard.component.spec.ts
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.spec.ts
diff --git a/ufund-ui/src/app/dashboard/dashboard.component.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.ts
index 6da4013..6da4013 100644
--- a/ufund-ui/src/app/dashboard/dashboard.component.ts
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.ts
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.css b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.css
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 3fb2b5b..3fb2b5b 100644
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts
index 1cdd9d2..1cdd9d2 100644
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.spec.ts
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts
diff --git a/ufund-ui/src/app/funding-basket/funding-basket.component.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
index 8b12306..8b12306 100644
--- a/ufund-ui/src/app/funding-basket/funding-basket.component.ts
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
diff --git a/ufund-ui/src/app/home-page/home-page.component.css b/ufund-ui/src/app/components/home-page/home-page.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/home-page/home-page.component.css
+++ b/ufund-ui/src/app/components/home-page/home-page.component.css
diff --git a/ufund-ui/src/app/home-page/home-page.component.html b/ufund-ui/src/app/components/home-page/home-page.component.html
index 7454417..7454417 100644
--- a/ufund-ui/src/app/home-page/home-page.component.html
+++ b/ufund-ui/src/app/components/home-page/home-page.component.html
diff --git a/ufund-ui/src/app/home-page/home-page.component.spec.ts b/ufund-ui/src/app/components/home-page/home-page.component.spec.ts
index 8ff10c7..8ff10c7 100644
--- a/ufund-ui/src/app/home-page/home-page.component.spec.ts
+++ b/ufund-ui/src/app/components/home-page/home-page.component.spec.ts
diff --git a/ufund-ui/src/app/home-page/home-page.component.ts b/ufund-ui/src/app/components/home-page/home-page.component.ts
index 5b2277c..5b2277c 100644
--- a/ufund-ui/src/app/home-page/home-page.component.ts
+++ b/ufund-ui/src/app/components/home-page/home-page.component.ts
diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css
new file mode 100644
index 0000000..4cef8a0
--- /dev/null
+++ b/ufund-ui/src/app/components/login/login.component.css
@@ -0,0 +1,4 @@
+:host {
+ display: flex;
+ flex-direction: column;
+}
diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html
new file mode 100644
index 0000000..1bf2a3f
--- /dev/null
+++ b/ufund-ui/src/app/components/login/login.component.html
@@ -0,0 +1,5 @@
+<p>Login:</p>
+<input placeholder="Username" type="text">
+<input placeholder="Password" type="password">
+<button>Login</button>
+<button>Create Account</button>
diff --git a/ufund-ui/src/app/login/login.component.spec.ts b/ufund-ui/src/app/components/login/login.component.spec.ts
index 4adbc3d..4adbc3d 100644
--- a/ufund-ui/src/app/login/login.component.spec.ts
+++ b/ufund-ui/src/app/components/login/login.component.spec.ts
diff --git a/ufund-ui/src/app/login/login.component.ts b/ufund-ui/src/app/components/login/login.component.ts
index efb8a58..efb8a58 100644
--- a/ufund-ui/src/app/login/login.component.ts
+++ b/ufund-ui/src/app/components/login/login.component.ts
diff --git a/ufund-ui/src/app/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/need-list/need-list.component.css
+++ b/ufund-ui/src/app/components/need-list/need-list.component.css
diff --git a/ufund-ui/src/app/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html
index d366ee6..d366ee6 100644
--- a/ufund-ui/src/app/need-list/need-list.component.html
+++ b/ufund-ui/src/app/components/need-list/need-list.component.html
diff --git a/ufund-ui/src/app/need-list/need-list.component.spec.ts b/ufund-ui/src/app/components/need-list/need-list.component.spec.ts
index f9b7830..f9b7830 100644
--- a/ufund-ui/src/app/need-list/need-list.component.spec.ts
+++ b/ufund-ui/src/app/components/need-list/need-list.component.spec.ts
diff --git a/ufund-ui/src/app/need-list/need-list.component.ts b/ufund-ui/src/app/components/need-list/need-list.component.ts
index 61ed089..61ed089 100644
--- a/ufund-ui/src/app/need-list/need-list.component.ts
+++ b/ufund-ui/src/app/components/need-list/need-list.component.ts
diff --git a/ufund-ui/src/app/need-page/need-page.component.css b/ufund-ui/src/app/components/need-page/need-page.component.css
index e69de29..e69de29 100644
--- a/ufund-ui/src/app/need-page/need-page.component.css
+++ b/ufund-ui/src/app/components/need-page/need-page.component.css
diff --git a/ufund-ui/src/app/need-page/need-page.component.html b/ufund-ui/src/app/components/need-page/need-page.component.html
index ed5b6d8..ed5b6d8 100644
--- a/ufund-ui/src/app/need-page/need-page.component.html
+++ b/ufund-ui/src/app/components/need-page/need-page.component.html
diff --git a/ufund-ui/src/app/need-page/need-page.component.spec.ts b/ufund-ui/src/app/components/need-page/need-page.component.spec.ts
index 028c477..028c477 100644
--- a/ufund-ui/src/app/need-page/need-page.component.spec.ts
+++ b/ufund-ui/src/app/components/need-page/need-page.component.spec.ts
diff --git a/ufund-ui/src/app/need-page/need-page.component.ts b/ufund-ui/src/app/components/need-page/need-page.component.ts
index 4b7fd7e..390bfb6 100644
--- a/ufund-ui/src/app/need-page/need-page.component.ts
+++ b/ufund-ui/src/app/components/need-page/need-page.component.ts
@@ -1,4 +1,5 @@
-import { Component } from '@angular/core';
+import {Component, Input} from '@angular/core';
+import {Need} from '../../models/Need';
@Component({
selector: 'app-need-page',
@@ -7,5 +8,5 @@ import { Component } from '@angular/core';
styleUrl: './need-page.component.css'
})
export class NeedPageComponent {
-
+ @Input() need?: Need;
}