Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with
0 additions and
56 deletions
-
apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.component.ts
-
apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.scss
-
apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.component.ts
-
apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.scss
-
apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.component.ts
-
apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.scss
-
apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.component.ts
-
apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.scss
-
apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts
-
apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.scss
-
apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts
-
apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.scss
-
apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.component.ts
-
apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.scss
-
apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts
-
apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.scss
-
apps/client/src/app/pages/blog/2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.component.ts
-
apps/client/src/app/pages/blog/2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.scss
-
apps/client/src/app/pages/blog/2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.component.ts
-
apps/client/src/app/pages/blog/2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.scss
-
apps/client/src/app/pages/blog/2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.component.ts
-
apps/client/src/app/pages/blog/2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.scss
-
apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts
-
apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.scss
-
apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts
-
apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.scss
-
apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component.ts
-
apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.scss
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-hallo-ghostfolio-page', |
|
|
|
styleUrls: ['./hallo-ghostfolio-page.scss'], |
|
|
|
templateUrl: './hallo-ghostfolio-page.html' |
|
|
|
}) |
|
|
|
export class HalloGhostfolioPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-hello-ghostfolio-page', |
|
|
|
styleUrls: ['./hello-ghostfolio-page.scss'], |
|
|
|
templateUrl: './hello-ghostfolio-page.html' |
|
|
|
}) |
|
|
|
export class HelloGhostfolioPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-first-months-in-open-source-page', |
|
|
|
styleUrls: ['./first-months-in-open-source-page.scss'], |
|
|
|
templateUrl: './first-months-in-open-source-page.html' |
|
|
|
}) |
|
|
|
export class FirstMonthsInOpenSourcePageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-ghostfolio-meets-internet-identity-page', |
|
|
|
styleUrls: ['./ghostfolio-meets-internet-identity-page.scss'], |
|
|
|
templateUrl: './ghostfolio-meets-internet-identity-page.html' |
|
|
|
}) |
|
|
|
export class GhostfolioMeetsInternetIdentityPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-how-do-i-get-my-finances-in-order-page', |
|
|
|
styleUrls: ['./how-do-i-get-my-finances-in-order-page.scss'], |
|
|
|
templateUrl: './how-do-i-get-my-finances-in-order-page.html' |
|
|
|
}) |
|
|
|
export class HowDoIGetMyFinancesInOrderPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-500-stars-on-github-page', |
|
|
|
styleUrls: ['./500-stars-on-github-page.scss'], |
|
|
|
templateUrl: './500-stars-on-github-page.html' |
|
|
|
}) |
|
|
|
export class FiveHundredStarsOnGitHubPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-hacktoberfest-2022-page', |
|
|
|
styleUrls: ['./hacktoberfest-2022-page.scss'], |
|
|
|
templateUrl: './hacktoberfest-2022-page.html' |
|
|
|
}) |
|
|
|
export class Hacktoberfest2022PageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-black-friday-2022-page', |
|
|
|
styleUrls: ['./black-friday-2022-page.scss'], |
|
|
|
templateUrl: './black-friday-2022-page.html' |
|
|
|
}) |
|
|
|
export class BlackFriday2022PageComponent { |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-the-importance-of-tracking-your-personal-finances-page', |
|
|
|
styleUrls: ['./the-importance-of-tracking-your-personal-finances-page.scss'], |
|
|
|
templateUrl: './the-importance-of-tracking-your-personal-finances-page.html' |
|
|
|
}) |
|
|
|
export class TheImportanceOfTrackingYourPersonalFinancesPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-ghostfolio-auf-sackgeld-vorgestellt-page', |
|
|
|
styleUrls: ['./ghostfolio-auf-sackgeld-vorgestellt-page.scss'], |
|
|
|
templateUrl: './ghostfolio-auf-sackgeld-vorgestellt-page.html' |
|
|
|
}) |
|
|
|
export class GhostfolioAufSackgeldVorgestelltPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-ghostfolio-meets-umbrel-page', |
|
|
|
styleUrls: ['./ghostfolio-meets-umbrel-page.scss'], |
|
|
|
templateUrl: './ghostfolio-meets-umbrel-page.html' |
|
|
|
}) |
|
|
|
export class GhostfolioMeetsUmbrelPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-1000-stars-on-github-page', |
|
|
|
styleUrls: ['./1000-stars-on-github-page.scss'], |
|
|
|
templateUrl: './1000-stars-on-github-page.html' |
|
|
|
}) |
|
|
|
export class ThousandStarsOnGitHubPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-unlock-your-financial-potential-with-ghostfolio-page', |
|
|
|
styleUrls: ['./unlock-your-financial-potential-with-ghostfolio-page.scss'], |
|
|
|
templateUrl: './unlock-your-financial-potential-with-ghostfolio-page.html' |
|
|
|
}) |
|
|
|
export class UnlockYourFinancialPotentialWithGhostfolioPageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |
|
|
@ -3,7 +3,6 @@ import { Component } from '@angular/core'; |
|
|
|
@Component({ |
|
|
|
host: { class: 'page' }, |
|
|
|
selector: 'gf-exploring-the-path-to-fire-page-page', |
|
|
|
styleUrls: ['./exploring-the-path-to-fire-page.scss'], |
|
|
|
templateUrl: './exploring-the-path-to-fire-page.html' |
|
|
|
}) |
|
|
|
export class ExploringThePathToFirePageComponent {} |
|
|
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
:host { |
|
|
|
display: block; |
|
|
|
} |