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: port accessibility app from stackblitz to aio #32377
docs: port accessibility app from stackblitz to aio #32377
Conversation
a56b842
to
6ff717a
Compare
|
You can preview a56b842 at https://pr32377-a56b842.ngbuilds.io/. |
|
You can preview 6ff717a at https://pr32377-6ff717a.ngbuilds.io/. |
6ff717a
to
f6dae03
Compare
|
You can preview f6dae03 at https://pr32377-f6dae03.ngbuilds.io/. |
29e3fe0
to
5b560ce
Compare
|
You can preview 29e3fe0 at https://pr32377-29e3fe0.ngbuilds.io/. |
|
You can preview 5b560ce at https://pr32377-5b560ce.ngbuilds.io/. |
|
FYI, here's the preview: https://pr32377-5b560ce.ngbuilds.io/guide/accessibility#case-study-building-a-custom-progress-bar (see the two code examples in that section) |
I left a couple of minor comments, but otherwise LGTM
Also, not directly related to this PR, but it would be nice to have a code-woner for the accessibility docs.
401bd4d
to
6c22727
Compare
|
You can preview 6c22727 at https://pr32377-6c22727.ngbuilds.io/. |
6c22727
to
02010b8
Compare
|
You can preview 02010b8 at https://pr32377-02010b8.ngbuilds.io/. |
|
Caretaker, this is a docs only change. Thank you! |
|
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?
Currently, the example is solely on stackblitz and is not in aio, so the example code is inline rather than from a compiled app.
Issue Number: Fixes #32320
Inspired by PR #32261 in which a discrepancy between the code in the actual app and the inline code snippets was fixed.
What is the new behavior?
Now there's an aio example app for the accessibility guide. This way it can be maintained along with the other aio examples and we can use live code snippets in the doc.
Does this PR introduce a breaking change?
Other information
Adds:
aio/content/examples/accessibility