4f6e1685
trainee
อัพกริด ใช้ toFixed
|
1
2
3
4
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
|
0f4a9983
trainee
เปลี่ยนไอคอนใหม่ ...
|
5
|
<title>TestApi</title>
|
3ceb42bb
trainee
no message
|
6
|
<base href="/">
|
04a6ada2
trainee
no message
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
c1680a7f
trainee
no message
|
9
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
|
4f6e1685
trainee
อัพกริด ใช้ toFixed
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN THEME GLOBAL STYLES -->
<link href="assets/layouts/components.min.css" rel="stylesheet" id="style_components" type="text/css" />
<link href="assets/layouts/plugins.min.css" rel="stylesheet" type="text/css" />
<!-- END THEME GLOBAL STYLES -->
<!-- BEGIN THEME LAYOUT STYLES -->
<link href="assets/layouts/layout/css/layout.min.css" rel="stylesheet" type="text/css" />
<link href="assets/layouts/layout/css/themes/darkblue.min.css" rel="stylesheet" type="text/css" id="style_color" />
<link href="assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white">
|
0f4a9983
trainee
เปลี่ยนไอคอนใหม่ ...
|
25
|
<app-root></app-root>
|
4f6e1685
trainee
อัพกริด ใช้ toFixed
|
26
27
28
29
30
31
|
<script src="assets/plugins/jquery.min.js" type="text/javascript"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
|