https://github.com/angular/angular
Raw File
Tip revision: 93c0dd86758db6c198143a8b10c827209785776c authored by Jessica Janiuk on 15 November 2023, 20:28:32 UTC
release: cut the v17.1.0-next.0 release
Tip revision: 93c0dd8
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