Posts by programadorpleno • 11 points
1 post
-
0
votes0
answers46
viewsQ: Assign subscribe to global variable with angular
I have method that makes one subscribe and brings me an object array huge. getItems() { this.service.getItems() .subscribe(items => { this.listaItems = items;}, () => console.log('msg de…