To avoid showing outdated info (such as events, resources, etc.) but still allow people to see docs for older versions, we redirect non-documentation URLs to `/docs`. Recently(-ish) we have added documentation content under the `/cli/...` and `/start/...` path-prefixes, but we haven't added them to the list of documentation URLs that should not be redirected. As a result, on archive deployments (e.g. https://v7.angular.io/cli), they are redirected to `/docs`, making it impossible to see the documentation for these versions (unless you know about the `?mode=stable` work-around). This commit fixes it by adding `cli` and `start` to the list of documentation URLs that are excluded from redirection. PR Close #30894
build: set symlink_node_modules = False for yarn_install in main WORKSPACE and bazel schematics (#30627)
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
build: set symlink_node_modules = False for yarn_install in main WORKSPACE and bazel schematics (#30627)
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%