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:

SEOService.module.ts
1 1
import { NgModule}            from '@angular/core';
2
// import { CommonModule }        from '@angular/common';
3
// import { FormsModule }         from '@angular/forms';
2

  
4 3
import {SEOService} from './SEO.service';
5 4
@NgModule({
6 5
  imports: [
7
    // CommonModule, FormsModule
8 6
  ],
9 7
  providers:[SEOService]
10 8
})

Also available in: Unified diff