| this._http.get('/Training/modules/' + pId + '.json').subscribe((data:Response) => { | |
| var temp = this.moduleSubject.value; | |
| temp[pId] = data.json(); | |
| this.moduleSubject.next(temp); | |
| }, error => this.logError(error)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment