groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring

View on GitHub
src/main/resources/templates/annotation.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="utf-8"/>
    <title>GroupDocs.Annotation for Java Spring</title>
    <base href="/"/>

    <meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<client-root></client-root>
<script th:src="@{'/angular/annotation/runtime-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/annotation/polyfills-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/annotation/runtime-es5.js'}" nomodule></script>
<script th:src="@{'/angular/annotation/polyfills-es5.js'}" nomodule></script>
<script th:src="@{'/angular/annotation/styles-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/annotation/styles-es5.js'}" nomodule></script>
<script th:src="@{'/angular/annotation/vendor-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/annotation/main-es2015.js'}" type="module"></script>
<script th:src="@{'/angular/annotation/vendor-es5.js'}" nomodule></script>
<script th:src="@{'/angular/annotation/main-es5.js'}" nomodule></script>
</body>
</html>