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
12 lines
129 B
HTML
12 lines
129 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Hello Http</title>
|
|
<body>
|
|
<http-app>
|
|
Loading...
|
|
</http-app>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html>
|