feat:

update
parent 2d540cce
...@@ -167,7 +167,7 @@ export class AppService implements OnInit { ...@@ -167,7 +167,7 @@ export class AppService implements OnInit {
} }
// jQuery('angular2').show(); // jQuery('angular2').show();
} else { } else {
this.browser(); // this.browser();
this._http.get('/api/users/v1/profile/') this._http.get('/api/users/v1/profile/')
.map(res => res.json()) .map(res => res.json())
.subscribe( .subscribe(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment