docs: add e2e tests for elements example (#24840)

PR Close #24840
This commit is contained in:
Jan De Wilde
2018-07-12 17:05:18 +02:00
committed by Victor Berchet
parent 9be222f448
commit ead3f926cb
3 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<base href="/">
<title>Elements</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>