Project

General

Profile

« Previous | Next » 

Revision 59816

[Library|Trunk]

code clean up:
-remove app.* files from library
-remove unused imports, code, files (Old search pages for results, dataproviders, map search page, etc)
-remove Freeguard from modules
-unsubscribe all subscriptions
-Services: configuration, isvocabularies, user management: unsubscribe from app component or the component that uses them (clearSubscriptions())
-Fetchers: unsubscribe from the component that uses them (clearSubscriptions())

View differences:

htmlProjectReport.module.ts
7 7

  
8 8
import {HtmlProjectReportService} from './htmlProjectReport.service';
9 9
import {HtmlProjectReportComponent} from './htmlProjectReport.component';
10
// import { HtmlProjectReportRoutingModule } from './htmlProjectReport-routing.module';
11
import {FreeGuard} from'../../login/freeGuard.guard';
12 10
import {PiwikServiceModule} from '../../utils/piwik/piwikService.module';
13 11
import { SEOServiceModule } from '../../sharedComponents/SEO/SEOService.module';
14 12
import {HelperModule} from "../../utils/helper/helper.module";
......
23 21
  HtmlProjectReportComponent
24 22
  ],
25 23
  providers:[
26
    HtmlProjectReportService, FreeGuard
24
    HtmlProjectReportService
27 25
   ],
28 26
  exports: [
29 27
  HtmlProjectReportComponent

Also available in: Unified diff