Skip to content

Commit a6a1b79

Browse files
davidlj95thePunderWoman
authored andcommitted
docs: update app shell model link (angular#57162)
PR Close angular#57162
1 parent 12eb005 commit a6a1b79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adev/src/content/ecosystem/service-workers/app-shell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# App shell pattern
22

3-
The [App shell pattern](https://developers.google.com/web/fundamentals/architecture/app-shell) is a way to render a portion of your application using a route at build time.
3+
The [App shell pattern](https://developer.chrome.com/blog/app-shell) is a way to render a portion of your application using a route at build time.
44
It can improve the user experience by quickly launching a static rendered page (a skeleton common to all pages) while the browser downloads the full client version and switches to it automatically after the code loads.
55

66
This gives users a meaningful first paint of your application that appears quickly because the browser can render the HTML and CSS without the need to initialize any JavaScript.
77

8-
Learn more in [The App Shell Model](https://developers.google.com/web/fundamentals/architecture/app-shell).
9-
108
<docs-workflow>
119
<docs-step title="Prepare the application">
1210
Do this with the following Angular CLI command:

0 commit comments

Comments
 (0)