Kaynağa Gözat

profile head initial commit

Jonathan Hinds 6 yıl önce
ebeveyn
işleme
ba528044b3

+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-head/profile-head.component.html Dosyayı Görüntüle


+ 8
- 0
src/main/webapp/app/FaeBoo/Profile-head/profile-head.component.ts Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle


+ 0
- 0
src/main/webapp/app/FaeBoo/Profile-temp/profile-temp.component.html Dosyayı Görüntüle


+ 8
- 0
src/main/webapp/app/FaeBoo/Profile-temp/profile-temp.component.ts Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle