docs(aio): update quickstart to latest cli

This commit is contained in:
Jesus Rodriguez
2017-06-30 16:06:00 +02:00
committed by Pete Bacon Darwin
parent fa34ed8bf3
commit dc88e0a881
18 changed files with 128 additions and 103 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MyApp</title>
@ -9,6 +9,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
<app-root></app-root>
</body>
</html>