https://github.com/angular/angular
Raw File
Tip revision: 6b83328577867783b242abf07b4edd5eb57ea58f authored by Andrew Scott on 07 November 2023, 00:04:22 UTC
release: cut the v17.0.0-rc.3 release
Tip revision: 6b83328
index.html
<!doctype html>
<html lang="en">
<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