Closed
Description
Hi Dan,
If I need to make new requests to this.dataService.getCustomersSummary() as the user types a value to filter in a Textbox, do I need to execute the same expression again or will it be different?
this.dataService.getCustomersSummary()
.subscribe((data: ICustomer[]) => this.customers = data);
https://github.com/DanWahlin/Angular-RESTfulService/blob/master/app/customers/customers.component.ts
Metadata
Metadata
Assignees
Labels
No labels