Brandon 8bedf50073 docs: update example references from "my-app" to "app-root" (#30789)
"app" is the default prefix for CLI projects when generating components.
This updates our examples to conform that that default

Closes #19778

PR Close #30789
2019-06-03 08:55:39 -07:00

13 lines
274 B
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>