Project

General

Profile

« Previous | Next » 

Revision 58110

Refactored the landing page to become home and to have a second about page as well

View differences:

app.module.ts
17 17
import { StatisticsService } from './services/statistics.service';
18 18
import { AuthGuardService } from './services/auth-guard.service';
19 19
import { AuthenticationService } from './services/authentication.service';
20
import { LandingComponent } from './pages/landing/landing.component';
20
import { HomeComponent } from './pages/landing/home/home.component';
21 21
import { MatomoModule } from 'ngx-matomo';
22 22
import { DashboardService } from "./services/dashboard.service";
23 23
import { EmptyPageComponent } from "./pages/emptypage/empty-page.component";
24 24
import { SharedService } from "./services/shared.service";
25 25
import { JoinComponent } from "./pages/join/join.component";
26
import { AboutComponent } from "./pages/landing/about/about.component";
26 27

  
27 28

  
28 29
@NgModule({
29 30
  declarations: [
30 31
    AppComponent,
31
    LandingComponent,
32
    HomeComponent,
33
    AboutComponent,
32 34
    EmptyPageComponent,
33 35
    JoinComponent
34 36
  ],

Also available in: Unified diff