Project

General

Profile

« Previous | Next » 

Revision 58421

[Trunk | Connect]:
1. communities.component.ts & contentPage.component.ts & shareInZenodo.component.ts & helper-test.component.ts & organizationsPage.component.ts &
learn-how.component.ts & learn-in-depth.component.ts & my-communities.component.ts:
"properties" as first parameter in methods of helper.service.ts.
2. contact.component.ts & curators.component.ts & invite.component.ts:
a. "properties" as first parameter in methods of helper.service.ts
b. create request path in service (email.service.ts, curator.service.ts).
3. htmlPage.component.ts & htmlPage.service.ts: "properties" as first parameter in methods of htmlPage.service.ts.
4. customization.component.ts: create request path in service (layout.service.ts).
5. subscribe.component.ts: create request path in service (subscribe.service.ts).

View differences:

communities.component.ts
80 80
  }
81 81

  
82 82
  private getPageContents() {
83
    this.helper.getPageHelpContents(this._router.url, this.properties, 'connect').subscribe(contents => {
83
    this.helper.getPageHelpContents(this.properties, 'connect', this._router.url).subscribe(contents => {
84 84
      this.pageContents = contents;
85 85
    })
86 86
  }
87 87

  
88 88
  private getDivContents() {
89
    this.helper.getDivHelpContents(this._router.url, this.properties, 'connect').subscribe(contents => {
89
    this.helper.getDivHelpContents(this.properties, 'connect', this._router.url).subscribe(contents => {
90 90
      this.divContents = contents;
91 91
    })
92 92
  }

Also available in: Unified diff