Project

General

Profile

« Previous | Next » 

Revision 58098

Second commit for the new layout provided by the UX team

View differences:

app.module.ts
18 18
import { AuthGuardService } from './services/auth-guard.service';
19 19
import { AuthenticationService } from './services/authentication.service';
20 20
import { LandingComponent } from './pages/landing/landing.component';
21
import { DashboardComponent } from './pages/dashboard/dashboard.component';
22 21
import { MatomoModule } from 'ngx-matomo';
23 22
import { DashboardService } from "./services/dashboard.service";
23
import { EmptyPageComponent } from "./pages/emptypage/empty-page.component";
24
import { SharedService } from "./services/shared.service";
24 25

  
25 26

  
26 27
@NgModule({
27 28
  declarations: [
28 29
    AppComponent,
29 30
    LandingComponent,
30
    DashboardComponent
31
    EmptyPageComponent,
31 32
  ],
32 33
  imports: [
33 34
    BrowserModule,
......
55 56
    UsagestatsService,
56 57
    StatisticsService,
57 58
    AuthGuardService,
58
    AuthenticationService
59
    AuthenticationService,
60
    SharedService
59 61
  ],
60 62
  bootstrap: [AppComponent]
61 63
})

Also available in: Unified diff