Skip to content

Commit e5fd6b9

Browse files
author
Borys Niewiadomski
committed
syntax
1 parent 6a67af5 commit e5fd6b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/web/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>spring-boot-angular2</title>
4-
<meta charset="UTF-8">
4+
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
66

77
<!-- style -->
@@ -22,7 +22,9 @@
2222
<!-- systemjs config -->
2323
<script src="systemjs.config.js"></script>
2424
<script>
25-
System.import('app/main').catch((err) => console.error(err));
25+
System.import('app/main').catch(function(err) {
26+
console.error(err);
27+
});
2628
</script>
2729
</head>
2830
<body>

0 commit comments

Comments
 (0)