https://github.com/angular/angular
Raw File
Tip revision: c8d891ec30234d7d89c5fd875f581d60db328eac authored by Alex Rickabaugh on 28 September 2022, 21:12:33 UTC
release: cut the v14.2.4 release
Tip revision: c8d891e
index.html
<!DOCTYPE html>
<!-- #docregion -->
<html lang="en">
  <head>
    <title>Angular &lt;ng-container&gt;</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  <body>
    <app-root>Loading...</app-root>
  </body>

</html>
back to top