-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample-response.html
56 lines (51 loc) · 1.98 KB
/
sample-response.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularUniversalDemo</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.5311080fd63b3d7b7131.css">
<style ng-transition="universal-demo"></style>
</head>
<body>
<app-root _nghost-sc0="" ng-version="6.0.7">
<ul _ngcontent-sc0="">
<li _ngcontent-sc0="">
<a _ngcontent-sc0="" routerlink="/" routerlinkactive="active" href="/" class="active"> Home </a>
</li>
<li _ngcontent-sc0="">
<a _ngcontent-sc0="" routerlink="/user-profile" routerlinkactive="active" href="/user-profile"> User Profile </a>
</li>
</ul>
<app-login _ngcontent-sc0="" _nghost-sc1="">
<!---->Email:
<input _ngcontent-sc1="" type="email" value="" class="ng-untouched ng-pristine ng-valid"> Password:
<input _ngcontent-sc1="" type="password" value="" class="ng-untouched ng-pristine ng-valid">
<button _ngcontent-sc1="">Log in</button>
<!---->
</app-login>
<hr _ngcontent-sc0="">
<div _ngcontent-sc0="">
<router-outlet _ngcontent-sc0=""></router-outlet>
<app-home _nghost-sc4="">
<h1 _ngcontent-sc4="">Welcome</h1>
<p _ngcontent-sc4="">Angular Universal Demo</p>
<em _ngcontent-sc4="">7/8/18, 20:53</em>
</app-home>
</div>
</app-root>
<script type="text/javascript" src="runtime.36e14f4f241f901dd0f1.js"></script>
<script type="text/javascript" src="polyfills.2a9c99767f1cc5e74f44.js"></script>
<script type="text/javascript" src="main.8aa87fb249fc55f8b289.js"></script>
<script id="universal-demo-state" type="application/json">
{ & q;
envVars & q;: { & q;API_BASE & q;: & q;http: //localhost:4201&q;},&q;homepageData&q;:{&q;title&q;:&q;Welcome&q;,&q;text&q;:&q;Angular
Universal Demo & q;,
& q;time & q;: 1531076035630
}
}
</script>
</body>
</html>