Skip to content

Instantly share code, notes, and snippets.

@dileno
Created September 13, 2019 09:59
Show Gist options
  • Save dileno/77cb9bffafe1306ee6273f9b3e6b071e to your computer and use it in GitHub Desktop.
Save dileno/77cb9bffafe1306ee6273f9b3e6b071e to your computer and use it in GitHub Desktop.
Angular startpage
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ClientApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="styles.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment