https://github.com/angular/angular
Raw File
Tip revision: 8a99ef18b4ae58736f0b7457e88908d3adcad613 authored by Alex Rickabaugh on 03 November 2021, 20:18:24 UTC
release: cut the v12.2.13 release (#44038)
Tip revision: 8a99ef1
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