angular/aio/content/examples/testing/src/index.html
2023-09-12 12:22:14 -07:00

14 lines
291 B
HTML

<!-- Run the test app-->
<!doctype html>
<html lang="en">
<head>
<base href="/" />
<title>App Under Test</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<app-root></app-root>
</body>
</html>