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:

selectedProjects.module.ts
4 4

  
5 5
import { SharedModule } from '../../../shared/shared.module';
6 6
import {ClaimSelectedProjectsComponent} from './selectedProjects.component';
7
// import {ClaimProjectsSearchFormModule} from '../../claim-utils/claimProjectSearchForm.module';
8 7

  
9 8
 @NgModule({
10 9
  imports: [
11 10
    SharedModule, RouterModule,
12
    // ClaimProjectsSearchFormModule
13 11
  ],
14 12
  declarations: [
15 13
    ClaimSelectedProjectsComponent

Also available in: Unified diff