angular-cn/aio/content/examples/structural-directives/src/index.html

16 lines
296 B
HTML

<!DOCTYPE html>
<!-- #docregion -->
<html lang="en">
<head>
<title>Angular Structural Directives</title>
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>