fix(docs-infra): set the default html title to 'Angular' (#28916)

This removes the annoying flicker while the app is loading.

Also: it's just Angular.

PR Close #28916
This commit is contained in:
Igor Minar 2019-02-21 17:21:40 -08:00
parent de036d29e3
commit 8043db570f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Angular Docs</title> <title>Angular</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">