Skip to content
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

Angular: Remove dead code in client #16137

Merged
merged 1 commit into from Sep 25, 2021
Merged

Angular: Remove dead code in client #16137

merged 1 commit into from Sep 25, 2021

Conversation

ThibaudAV
Copy link
Contributor

Issue: n/a

What I did

Remove dead code in client. This code is now longer useful with new RendererFactory

How to test

  • Is this testable with Jest or Chromatic screenshots?
  • Does this need a new example in the kitchen sink apps?
  • Does this need an update to the documentation?

@nx-cloud
Copy link

nx-cloud bot commented Sep 23, 2021

Nx Cloud Report

CI ran the following commands for commit 432c93f. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=prepare --all --parallel --max-parallel=15

Sent with 💌 from NxCloud.

@ThibaudAV ThibaudAV added angular cleanup Minor cleanup style change that won't show up in release changelog labels Sep 23, 2021
@ThibaudAV ThibaudAV requested a review from a team September 23, 2021 09:03
@ThibaudAV ThibaudAV added the maintenance User-facing maintenance tasks label Sep 23, 2021
@@ -1,5 +1,4 @@
export { computesTemplateSourceFromComponent } from './client/preview/angular-beta/ComputesTemplateFromComponent';
export { RendererService } from './client/preview/angular-beta/RendererService';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously used by docs addon. but now docs use RendererFactory witch return dedicated DocsRenderer instance

@ThibaudAV ThibaudAV marked this pull request as ready for review September 23, 2021 09:10
@ThibaudAV ThibaudAV removed the cleanup Minor cleanup style change that won't show up in release changelog label Sep 23, 2021
@shilman shilman changed the title refactor(angular): remove dead code in client Angular: Remove dead code in client Sep 24, 2021
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! 🧹🧹🧹

This code is now longer useful with new RendererFactory
@shilman shilman merged commit 0a7143c into next Sep 25, 2021
@shilman shilman deleted the angular/clean-unused-code branch September 25, 2021 21:51
@shilman shilman added this to the 6.4 PRs milestone Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants