Use this tag for questions related to Angular 2 Services, which are JavaScript functions responsible for performing a single task.
I have a component that fetches list of items from server and then display that list using *ngFor in template. …
angular typescript angular2-template angular2-servicesI'm trying to better understand services by means of a very simple application which gets and updates the value of …
angular angular2-servicesUsing Javascript Infovis Toolkit as an external library for drawing graph and trees. I need to manipulate the onClick method …
javascript typescript angular webpack angular2-servicesI have an Angular2 application and it need to support multiple languages. Some of these languages may be RTL (i.…
angular angular2-servicesI want to create a service which detects all keyboard input, translates the key strokes into actions based on a …
angular angular2-servicesI need some clarification on binding between service and component properties and data binding in angular2 assume i have a …
data-binding angular angular2-services two-wayI'm new to both Angular2 and Rxjs and I am a little confused about a particular case. I have a …
javascript angular rxjs angular2-servicesI want to shift the logic from component to service. But I found out that I can't get the routeParams …
angular angular2-routing angular2-servicesI have the following service @Injectable() export class CollectionService<T> { constructor(protected http: Http) {} factory<T>(…
angular typescript angular2-services typescript-genericsI repeatedly run into a situation where I'd like to access a child component existing on the other side of …
angular angular2-routing angular2-services