File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Your app may have to launch faster to engage these users before they decide to d
6262
6363With Angular Universal, you can generate landing pages for the app that look like the complete app.
6464The pages are pure HTML, and can display even if JavaScript is disabled.
65- The pages don't handle browser events, but they _ do_ support navigation through the site using ` [ routerLink](guide/router#router-link)` .
65+ The pages don't handle browser events, but they _ do_ support navigation through the site using [ ` routerLink ` ] ( guide/router#router-link ) .
6666
6767In practice, you'll serve a static version of the landing page to hold the user's attention.
6868At the same time, you'll load the full Angular app behind it.
You can’t perform that action at this time.
0 commit comments