https://github.com/angular/angular
Raw File
Tip revision: 48d7205873f13c9a8ea417364d59e23b46478c79 authored by Victor Berchet on 25 July 2018, 21:23:05 UTC
release: cut the v6.1.0 release
Tip revision: 48d7205
index.html
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Feature Modules</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>
</body>
</html>
back to top