angular/modules/examples/src/http
Jeff Cross 21568106b1 feat(http): add basic http service
This implementation only works in JavaScript, while the Observable transpilation
story gets worked out. Right now, the service just makes a simple request,
and returns an Observable of Response.

Additional functionality will be captured in separate issues.

Fixes #2028
2015-06-09 10:00:04 -07:00
..
assign_local_directive.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00
http_comp.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00
index.html feat(http): add basic http service 2015-06-09 10:00:04 -07:00
index.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00
index_dynamic.html feat(http): add basic http service 2015-06-09 10:00:04 -07:00
index_dynamic.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00
people.json feat(http): add basic http service 2015-06-09 10:00:04 -07:00
rx_pipe.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00