Skip to content

Instantly share code, notes, and snippets.

/example.ts Secret
Created Jan 4, 2016

Embed
What would you like to do?
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
You can’t perform that action at this time.