angular-cn/aio/content/examples/pipes/src/index.html

15 lines
252 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Pipes</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>