Removed irrelevant comment
This commit is contained in:
parent
e2094065b2
commit
5b1b63e364
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ export class AppComponent {
|
|||
}
|
||||
|
||||
reloadData() {
|
||||
//angular don't have http interceptor yet
|
||||
|
||||
this.http.get('/database/products')
|
||||
.map(res => res.json())
|
||||
.subscribe(prods => this.products = prods,
|
||||
|
|
Loading…
Reference in a new issue