Project

General

Profile

« Previous | Next » 

Revision 57555

[MonitorDashboard]: Make custom css for sidebar width and header height. Add indicators on page. Remove global save. Add indicator filters

View differences:

topic.module.ts
10 10
import {ModalModule} from "../openaireLibrary/utils/modal/modal.module";
11 11
import {RouterModule} from "@angular/router";
12 12
import {FormsModule} from "@angular/forms";
13
import {IndicatorsComponent} from "./indicators.component";
13 14

  
14 15
@NgModule({
15 16
  imports: [
16 17
    CommonModule, TopicRoutingModule, ModalModule, RouterModule, FormsModule
17 18
  ],
18 19
  declarations: [
19
    TopicComponent
20
    TopicComponent, IndicatorsComponent
20 21
  ],
21 22
  providers: [
22 23
    FreeGuard, PreviousRouteRecorder,

Also available in: Unified diff