angular-docs-cn/aio/content/examples/dependency-injection-in-action/src/index.html

16 lines
320 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<base href="/">
<meta charset="UTF-8">
<title>Dependency Injection</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/sample.css">
</head>
<body>
<app-root></app-root>
</body>
</html>