Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public ActionResult Index()
  2. {
  3. return new FilePathResult("~/Areas/MyAngular/src/index.html", "text/html");
  4. }
  5.  
  6. <html>
  7. <body>
  8. <MyAngularApp>Loading...</MyAngularApp>
  9. <script async src="/main.bundle.js"></script>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement