Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 097505b

Browse files
committed
docs(title): update a parenthetical comment in the title cookbook
1 parent fbeef5b commit 097505b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/docs/ts/latest/cookbook/set-document-title.jade

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ code-example(format='')
2626
That's dirty and undermines our chances of running the app outside of a browser someday.
2727
.l-sub-section
2828
:marked
29-
That's a major Angular architectural goal. It may not seem important to us right now.
30-
But why squander that future just to set the title bar?
29+
Running your app outside a browser means that you can take advantage of server-side
30+
pre-rendering for near-instant first app render times and for SEO. It means you could run from
31+
inside a Web Worker to improve your app's responsiveness by using multiple threads. And it
32+
means that you could run your app inside Electron.js or Windows Universal to deliver it to the desktop.
3133

3234
:marked
3335
## Use the *Title* service

0 commit comments

Comments
 (0)