Browse Source

profile head initial commit

Jonathan Hinds 6 years ago
parent
commit
ba528044b3

+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-head/profile-head.component.html View File


+ 8
- 0
src/main/webapp/app/FaeBoo/Profile-head/profile-head.component.ts View File

@@ -0,0 +1,8 @@
1
+import { Component } from '@angular/core';
2
+
3
+@Component({
4
+    selector: 'jhi-profile-head',
5
+    templateUrl: './profile-head.component.html',
6
+    styleUrls: ['profile-head.scss']
7
+})
8
+export class ProfileHeadComponent {}

+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-head/profile-head.scss View File


+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-temp/profile-temp.component.html View File


+ 8
- 0
src/main/webapp/app/FaeBoo/Profile-temp/profile-temp.component.ts View File

@@ -0,0 +1,8 @@
1
+import { Component } from '@angular/core';
2
+
3
+@Component({
4
+    selector: 'jhi-profile-temp',
5
+    templateUrl: './profile-temp.component.html',
6
+    styleUrls: ['profile-temp.scss']
7
+})
8
+export class ProfileTempComponent {}

+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-temp/profile-temp.scss View File