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:
parent
de036d29e3
commit
8043db570f
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Angular Docs</title>
|
||||
<title>Angular</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Reference in New Issue