Pete Bacon Darwin c2ed612da3 docs: convert the last my-app components to app-root (#42256)
Most of these were fixed in other PRs but there were are couple of stragglers.
Note that `my-app` components in non-documentation facing code, such as
compliance tests have not been changed.

Fixes #20235

PR Close #42256
2021-05-25 22:13:36 +00:00

9 lines
134 B
HTML

<html>
<head>
<base href="/">
<title>Angular App</title>
</head>
<body>
<app-root>loading</app-root>
</body>
</html>