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:

help-content.service.ts
2 2
 * Created by stefania on 7/13/17.
3 3
 */
4 4
import { Injectable } from '@angular/core';
5
import {HttpClient, HttpErrorResponse, HttpHeaders} from "@angular/common/http";
5
import {HttpClient, HttpErrorResponse} from "@angular/common/http";
6 6
import { Observable } from 'rxjs';
7 7
import { Page } from "../utils/entities/adminTool/page";
8 8
import { PageHelpContent } from "../utils/entities/adminTool/page-help-content";

Also available in: Unified diff