https://github.com/angular/angular
Raw File
Tip revision: 0f8e748b078bbae38b0796d1dc01feade47add2d authored by Andrew Scott on 10 March 2022, 19:14:48 UTC
release: cut the v13.3.0-rc.0 release (#45321)
Tip revision: 0f8e748
index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CliHelloWorld</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></app-root>
</body>
</html>
back to top