src/main/resources/templates/editor.html
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8" />
<title>Editor</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<client-root></client-root>
<script th:src="@{'/angular/editor/runtime-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/editor/polyfills-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/editor/runtime-es5.js'}" nomodule></script>
<script th:src="@{'/angular/editor/polyfills-es5.js'}" nomodule></script>
<script th:src="@{'/angular/editor/styles-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/editor/styles-es5.js'}" nomodule></script>
<script th:src="@{'/angular/editor/vendor-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/editor/main-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/editor/vendor-es5.js'}" nomodule></script>
<script th:src="@{'/angular/editor/main-es5.js'}" nomodule></script>
</body>
</html>