Project

General

Profile

« Previous | Next » 

Revision 59725

[Monitor Dashboard|Trunk]

Admin tool pages:
updates after migration
css updates after theme change

View differences:

page-help-contents.module.ts
2 2
import {CommonModule} from '@angular/common';
3 3
import {PageHelpContentsRoutingModule} from './page-help-contents-routing.module';
4 4
import {PageHelpContentsModule} from "../openaireLibrary/dashboard/helpTexts/page-help-contents.module";
5
import {IsCommunity} from "../openaireLibrary/connect/communityGuard/isCommunity.guard";
6
import {ConnectAdminLoginGuard} from "../openaireLibrary/connect/communityGuard/connectAdminLoginGuard.guard";
5
import {AdminDashboardGuard} from "../utils/adminDashboard.guard";
7 6

  
8 7
@NgModule({
9 8
  imports: [
10 9
    CommonModule,  PageHelpContentsRoutingModule,  PageHelpContentsModule
11 10
  ],
12
    providers: [IsCommunity, ConnectAdminLoginGuard],
11
    providers: [AdminDashboardGuard],
13 12
 })
14 13
export class MonitorPageHelpContentsModule { }

Also available in: Unified diff