Files
JavaScriptServices/templates/Angular2Spa/Views/Home/Index.cshtml
2016-02-29 19:29:04 +00:00

10 lines
201 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<app asp-prerender-module="ClientApp/boot-server">Loading...</app>
@section scripts {
<script src="~/dist/main.js" asp-append-version="true"></script>
}