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.component.ts
72 72
      value: this.projects
73 73
    });
74 74
  }
75
  
76
  showType(type) {
77
    if (type != this.show) {
78
      this.show = type;
79
      this.showChange.emit({
80
        value: this.show
81
      });
82
    }
83
  }
84
  
85
  projectSelected($event) {
86
    // this.showsearch = false;
87
  }
88
  
89
  
90 75
}

Also available in: Unified diff