+
+
How does Ghostfolio work?
Get started in only 3 steps
-
- -
- Sign up anonymously
(no e-mail address nor credit card required)
-
- - Add any of your historical transactions
- - Get valuable insights of your portfolio composition
-
+
+
+
+
+
Sign up anonymously*
+
+ * no e-mail address nor credit card required
+
+
+ 1
+
+
+
+
+
+
+ Add any of your historical transactions
+
+
+ 2
+
+
+
+
+
+
+ Get valuable insights of your portfolio composition
+
+
+ 3
+
diff --git a/apps/client/src/app/pages/landing/landing-page.module.ts b/apps/client/src/app/pages/landing/landing-page.module.ts
index d0d02b480..2116d972d 100644
--- a/apps/client/src/app/pages/landing/landing-page.module.ts
+++ b/apps/client/src/app/pages/landing/landing-page.module.ts
@@ -1,6 +1,7 @@
import { CommonModule } from '@angular/common';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { MatButtonModule } from '@angular/material/button';
+import { MatCardModule } from '@angular/material/card';
import { RouterModule } from '@angular/router';
import { GfLogoModule } from '@ghostfolio/ui/logo';
@@ -14,6 +15,7 @@ import { LandingPageComponent } from './landing-page.component';
GfLogoModule,
LandingPageRoutingModule,
MatButtonModule,
+ MatCardModule,
RouterModule
],
schemas: [CUSTOM_ELEMENTS_SCHEMA]