Global events #2

Open
opened 2017-06-04 12:26:23 +00:00 by glebmachine · 1 comment
glebmachine commented 2017-06-04 12:26:23 +00:00 (Migrated from github.com)

Is there any option, to provide global events for http? (without decorator)

Is there any option, to provide global events for http? (without decorator)
gucheen commented 2017-06-05 01:08:18 +00:00 (Migrated from github.com)

@glebmachine Actually, Angular's http module is based on rxjs.
If you just want to observe the http requests, you can simply subscribe to them.

For another issue, this repo is so simple and it may not be used in production, you could fork and modify it to fit your demands.

@glebmachine Actually, Angular's http module is based on [rxjs](https://github.com/ReactiveX/rxjs). If you just want to observe the http requests, you can simply subscribe to them. For another issue, this repo is so simple and it may not be used in production, you could fork and modify it to fit your demands.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gucheen/angular2-http-event#2
No description provided.