https://github.com/angular/angular
Raw File
Tip revision: 1c156eb304443d95f86fd614fbe0e73297ef0c8b authored by atscott on 09 September 2020, 20:12:30 UTC
release: cut the v10.1.1 release
Tip revision: 1c156eb
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