mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
"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
12 lines
274 B
HTML
12 lines
274 B
HTML
<!DOCTYPE html>
|
|
<!-- #docregion -->
|
|
<html lang="en">
|
|
<head>
|
|
<title>Angular <ng-container></title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<body>
|
|
<app-root>Loading...</app-root>
|
|
</body>
|
|
|
|
</html>
|