-
Notifications
You must be signed in to change notification settings - Fork 26.6k
docs: refactor routing doc #35566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: refactor routing doc #35566
Conversation
d27da13
to
361cbd0
Compare
You can preview 361cbd0 at https://pr35566-361cbd0.ngbuilds.io/. |
You can preview a545f6b at https://pr35566-a545f6b.ngbuilds.io/. |
a545f6b
to
8e1340d
Compare
You can preview 8e1340d at https://pr35566-8e1340d.ngbuilds.io/. |
8e1340d
to
c844c1a
Compare
You can preview c844c1a at https://pr35566-c844c1a.ngbuilds.io/. |
782fbed
to
cc3f85f
Compare
You can preview cc3f85f at https://pr35566-cc3f85f.ngbuilds.io/. |
cc3f85f
to
bd4fd20
Compare
You can preview bd4fd20 at https://pr35566-bd4fd20.ngbuilds.io/. |
bd4fd20
to
8879207
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for reducing the hard-coded code snippets, @kapunahelewong.
I've left some minor comments (and a couple of suggestions for future PRs) - otherwise lgtm ✨
When you enable the `enableTracing` option, Angular logs these events to the console. | ||
For an example of filtering router navigation events, see the [router section](guide/observables-in-angular#router) of the [Observables in Angular](guide/observables-in-angular) guide. | ||
|
||
### Router terminology |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be extracted into a separate docs (a router glossary).
Not necessary on this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed and it will be moved into the glossary in a follow up PR. Thanks!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kapunahelewong : I don't think these are glossary-style terms. They are in code font and should probably link to APIs, such as RouterModule. I could see possibly updating the existing Glossary entry to include more terminology.
4639966
to
1a04e38
Compare
You can preview 1a04e38 at https://pr35566-1a04e38.ngbuilds.io/. |
1a04e38
to
484e9f9
Compare
You can preview 484e9f9 at https://pr35566-484e9f9.ngbuilds.io/. |
484e9f9
to
ec661b5
Compare
You can preview ec661b5 at https://pr35566-ec661b5.ngbuilds.io/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM for the browser-support page
This rewrite changes headings to focus on user tasks rather than features, verifies that content is up-to-date and complete, removes colloquial phrases, adds prerequisites, and expands on a task-based section in the beginning (a quick reference).
ec661b5
to
745d624
Compare
You can preview 745d624 at https://pr35566-745d624.ngbuilds.io/. |
This rewrite changes headings to focus on user tasks rather than features, verifies that content is up-to-date and complete, removes colloquial phrases, adds prerequisites, and expands on a task-based section in the beginning (a quick reference). PR Close #35566
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information