Project

General

Profile

« Previous | Next » 

Revision 60197

[Usage-Counts | Trunk]: Fix search bug on alalytics. Change loading

View differences:

analytics.module.ts
11 11
import {IconsModule} from '../openaireLibrary/utils/icons/icons.module';
12 12
import {IconsService} from '../openaireLibrary/utils/icons/icons.service';
13 13
import {arrow_down, arrow_right} from '../openaireLibrary/utils/icons/icons';
14
import {LoadingModule} from '../openaireLibrary/utils/loading/loading.module';
14 15

  
15 16
@NgModule({
16 17
  imports: [
......
23 24
      path: '', component: AnalyticsComponent
24 25
    }]),
25 26
    Schema2jsonldModule,
26
    IconsModule
27
    IconsModule,
28
    LoadingModule
27 29
  ],
28 30
  declarations: [AnalyticsComponent],
29 31
  exports: [AnalyticsComponent]

Also available in: Unified diff