https://github.com/angular/angular
Raw File
Tip revision: 05657cfde4514671570a674a4be83989729e2740 authored by Jessica Janiuk on 19 July 2023, 19:30:17 UTC
release: cut the v16.2.0-next.3 release
Tip revision: 05657cf
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