https://github.com/angular/angular
Raw File
Tip revision: 263bbd43c1808f1201bc4b50fe76e8fbba672c51 authored by Andrew Scott on 22 February 2021, 21:48:16 UTC
release: cut the v11.2.2 release (#40951)
Tip revision: 263bbd4
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