@compodoc/compodoc
Version:
The missing documentation tool for your Angular application
24 lines (22 loc) • 755 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Angular2 • TodoMVC • Compodoc ready</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>Loading...</app-root>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>
Created by <a href="http://github.com/vogloblinsky" target="_blank">Vincent ogloblinsky</a>
using <a href="http://angular.io" target="_blank">Angular2</a>
documented using <a href="https://compodoc.github.io/compodoc/" target="_blank">Compodoc</a>
</p>
<p>Part of <a href="http://todomvc.com" target="_blank">TodoMVC</a></p>
</footer>
</body>
</html>