diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index e5f72ac6bc..48583162f9 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -49,7 +49,7 @@ This gives users a meaningful first paint of your application that appears quick Learn more in [The App Shell Model](https://developers.google.com/web/fundamentals/architecture/app-shell). -You can use the Angular CLI to [generate](cli/generate#appshell) an app shell. +You can use the Angular CLI to [generate](cli/generate#app-shell) an app shell. This 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. See also [Service Worker and PWA](guide/service-worker-intro). diff --git a/aio/package.json b/aio/package.json index 7750935483..0138c6477f 100644 --- a/aio/package.json +++ b/aio/package.json @@ -23,7 +23,7 @@ "build-local-with-viewengine": "yarn ~~build", "prebuild-local-with-viewengine-ci": "node scripts/switch-to-viewengine && yarn setup-local-ci", "build-local-with-viewengine-ci": "yarn ~~build --progress=false", - "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 548c6ed3e", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 2eb97bf5b", "lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint", "test": "yarn check-env && ng test", "pree2e": "yarn check-env && yarn update-webdriver",