Skip to content

docs(cdk/tree): examples not working when forked to Stackblitz #30601

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented 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 crisbeto added the target: patch This PR is targeted for the next patch release label Mar 7, 2025
@crisbeto crisbeto requested a review from a team as a code owner March 7, 2025 12:07
@crisbeto crisbeto requested review from mmalerba and andrewseguin and removed request for a team March 7, 2025 12:07
@angular-robot angular-robot bot added area: docs Related to the documentation area: cdk/tree labels 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 crisbeto force-pushed the 30600/tree-examples branch from 7817d36 to 23bc6bd Compare March 7, 2025 12:33
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Mar 7, 2025
@crisbeto crisbeto removed the request for review from andrewseguin March 7, 2025 18:15
@crisbeto crisbeto merged commit 5a98cc6 into angular:main Mar 7, 2025
22 checks passed
@crisbeto
Copy link
Member Author

crisbeto commented Mar 7, 2025

The changes were merged into the following branches: main, 19.2.x

crisbeto added a commit that referenced this pull request 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)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: cdk/tree area: docs Related to the documentation target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs-bug(CdkTree): Most examples are broken
2 participants