Project

General

Profile

« Previous | Next » 

Revision 52995

almost ready for release

View differences:

app.module.ts
31 31
import { HTTP_INTERCEPTORS, HttpClientModule } from "@angular/common/http";
32 32
import { CookieLawModule } from "./shared/reusablecomponents/cookie-law/cookie-law.module";
33 33
import { NoopAnimationsModule } from "@angular/platform-browser/animations";
34
import { ReusableComponentsModule } from './shared/reusablecomponents/reusable-components.module';
35
import { StatisticsService } from './services/statistics.service';
34 36

  
35 37

  
36 38
@NgModule({
......
43 45
    HttpClientModule,
44 46
    JsonpModule,
45 47
    ModalModule.forRoot(),
46
//    routing,
48
    TabsModule,
49
    ReusableComponentsModule,
50
    CookieLawModule,
47 51
    AppRouting,
48
    TabsModule,
49
    MetricsModule,
50
    SourcesModule,
51
    CompatibilityModule,
52
    ContentModule,
53
    AdminPgModule,
54
    CookieLawModule
55 52
  ],
56 53
  declarations: [
57 54
    AppComponent,
......
72 69
    RepositoryService,
73 70
    ValidatorService,
74 71
    UsagestatsService,
72
    StatisticsService,
75 73
    AuthGuardService,
76 74
    AuthenticationService
77 75
  ],

Also available in: Unified diff