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:

startOver.component.ts
1
import {Component, Input, Output, EventEmitter, ViewChild} from '@angular/core';
1
import {Component, Input, ViewChild} from '@angular/core';
2 2

  
3 3
import {AlertModal} from '../../utils/modal/alert';
4 4

  

Also available in: Unified diff