-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Conversation
Nx Cloud ReportCI 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
Sent with 💌 from NxCloud. |
@@ -1,5 +1,4 @@ | |||
export { computesTemplateSourceFromComponent } from './client/preview/angular-beta/ComputesTemplateFromComponent'; | |||
export { RendererService } from './client/preview/angular-beta/RendererService'; |
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.
Previously used by docs addon. but now docs use RendererFactory witch return dedicated DocsRenderer instance
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.
LGTM!! 🧹🧹🧹
This code is now longer useful with new RendererFactory
c795313
to
432c93f
Compare
Issue: n/a
What I did
Remove dead code in client. This code is now longer useful with new RendererFactory
How to test