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:

navigationBar.component.ts
68 68

  
69 69
  ngOnInit() {
70 70
    this.activeRouteEnabled = false;
71
    //this.sub = this.route.queryParams.subscribe(params => {
71
    //this.subscriptions = this.route.queryParams.subscribe(params => {
72 72
    //console.log("params: ",params);
73 73
    this.initialize();
74 74
    //});

Also available in: Unified diff