https://github.com/angular/angular
Raw File
Tip revision: e3140ae888ac4037a5f119efaec7b1eaf8726286 authored by Jason Aden on 13 December 2017, 19:26:01 UTC
docs: add changelog for 5.1.1
Tip revision: e3140ae
index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Tour of Heroes</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>
</body>
</html>
back to top