-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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-bug(CdkTree): Most examples are broken #30600
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 7, 2025
The tree examples were breaking down when forked to Stackblitz, because of a couple of reasons: 1. They had their sample data in a separate file which the build process wasn't picking up. 2. They had compilation errors only with rxjs 7+ which we didn't notice, because our local setup is on rxjs 6. I also went through all the examples and moved the sample data further down so it doesn't distract from the actual code. Fixes angular#30600.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 7, 2025
The tree examples were breaking down when forked to Stackblitz, because of a couple of reasons: 1. They had their sample data in a separate file which the build process wasn't picking up. 2. They had compilation errors only with rxjs 7+ which we didn't notice, because our local setup is on rxjs 6. I also went through all the examples and moved the sample data further down so it doesn't distract from the actual code. Fixes angular#30600.
It was reported by me here: #30159 |
crisbeto
added a commit
that referenced
this issue
Mar 7, 2025
The tree examples were breaking down when forked to Stackblitz, because of a couple of reasons: 1. They had their sample data in a separate file which the build process wasn't picking up. 2. They had compilation errors only with rxjs 7+ which we didn't notice, because our local setup is on rxjs 6. I also went through all the examples and moved the sample data further down so it doesn't distract from the actual code. Fixes #30600.
crisbeto
added a commit
that referenced
this issue
Mar 7, 2025
The tree examples were breaking down when forked to Stackblitz, because of a couple of reasons: 1. They had their sample data in a separate file which the build process wasn't picking up. 2. They had compilation errors only with rxjs 7+ which we didn't notice, because our local setup is on rxjs 6. I also went through all the examples and moved the sample data further down so it doesn't distract from the actual code. Fixes #30600. (cherry picked from commit 5a98cc6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation Feedback
The following examples in the cdk tree page are broken or incomplete and won't compile in Stackblitz:
cdk-tree-nested-level-accessor-example
cdk-tree-nested-children-accessor-example
cdk-tree-flat-level-accessor-example
cdk-tree-flat-children-accessor-example
cdk-tree-complex-example
Affected documentation page
https://material.angular.io/cdk/tree/examples
The text was updated successfully, but these errors were encountered: