From 097505b4e80f096bfffeb257202ce476edccc48f Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 26 Apr 2016 10:55:31 -0700 Subject: [PATCH] docs(title): update a parenthetical comment in the title cookbook --- public/docs/ts/latest/cookbook/set-document-title.jade | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/cookbook/set-document-title.jade b/public/docs/ts/latest/cookbook/set-document-title.jade index 13ff40a408..fe42a0f6ae 100644 --- a/public/docs/ts/latest/cookbook/set-document-title.jade +++ b/public/docs/ts/latest/cookbook/set-document-title.jade @@ -26,8 +26,10 @@ code-example(format='') That's dirty and undermines our chances of running the app outside of a browser someday. .l-sub-section :marked - That's a major Angular architectural goal. It may not seem important to us right now. - But why squander that future just to set the title bar? + Running your app outside a browser means that you can take advantage of server-side + pre-rendering for near-instant first app render times and for SEO. It means you could run from + inside a Web Worker to improve your app's responsiveness by using multiple threads. And it + means that you could run your app inside Electron.js or Windows Universal to deliver it to the desktop. :marked ## Use the *Title* service